Builder

class Builder

Properties

Link copied to clipboard

A collection of settings used to configure an AutoML job.

Link copied to clipboard

Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

Link copied to clipboard

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.

Link copied to clipboard

Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

Link copied to clipboard

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.

Link copied to clipboard

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

Link copied to clipboard

Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

Link copied to clipboard

Defines the type of supervised learning problem available for the candidates. For more information, see SageMaker Autopilot problem types.

Link copied to clipboard

The ARN of the role that is used to access the data.

Link copied to clipboard
var tags: List<Tag>?

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