CreateAutoMlJobV2Request

Types

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

Properties

Link copied to clipboard

An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to the InputDataConfig attribute in the CreateAutoMLJob input parameters. The supported formats depend on the problem type:

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. For the list of default values per problem type, see AutoMLJobObjective.

Link copied to clipboard

Defines the configuration settings of one of the supported problem types.

Link copied to clipboard

This structure specifies how to split the data into train and validation datasets.

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.

Link copied to clipboard

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

Link copied to clipboard

The security configuration for traffic encryption or Amazon VPC settings.

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

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, such as by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

Functions

Link copied to clipboard
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