SolutionConfig

Describes the configuration properties for the solution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lists the algorithm hyperparameters and their values.

Link copied to clipboard

The AutoMLConfig object containing a list of recipes to search when AutoML is performed.

Link copied to clipboard

Specifies the automatic training configuration to use.

Link copied to clipboard

Describes the configuration of an event, which includes a list of event parameters. You can specify up to 10 event parameters. Events are used in solution creation.

Link copied to clipboard

Only events with a value greater than or equal to this threshold are used for training a model.

Link copied to clipboard

Lists the feature transformation parameters.

Link copied to clipboard

Describes the properties for hyperparameter optimization (HPO).

Link copied to clipboard

Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.

Link copied to clipboard

Specifies the training data configuration to use when creating a custom solution version (trained model).

Functions

Link copied to clipboard
inline fun copy(block: SolutionConfig.Builder.() -> Unit = {}): SolutionConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String