Builder
Properties
A collection of settings used to configure an AutoML job.
Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.
Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig
supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
Defines the type of supervised learning problem available for the candidates. For more information, see SageMaker Autopilot problem types.
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
Functions
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlJobConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlJobObjective inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.ModelDeployConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.AutoMlOutputDataConfig inside the given block