public static interface CreateAutoMlJobV2Request.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateAutoMlJobV2Request.Builder,CreateAutoMlJobV2Request>
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMlJobV2Request.Builder |
autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
CreateAutoMlJobV2Request.Builder |
autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
CreateAutoMlJobV2Request.Builder |
autoMLJobInputDataConfig(Consumer<AutoMLJobChannel.Builder>... autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
CreateAutoMlJobV2Request.Builder |
autoMLJobName(String autoMLJobName)
Identifies an Autopilot job.
|
CreateAutoMlJobV2Request.Builder |
autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Specifies a metric to minimize or maximize as the objective of a job.
|
default CreateAutoMlJobV2Request.Builder |
autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Specifies a metric to minimize or maximize as the objective of a job.
|
CreateAutoMlJobV2Request.Builder |
autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
default CreateAutoMlJobV2Request.Builder |
autoMLProblemTypeConfig(Consumer<AutoMLProblemTypeConfig.Builder> autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
CreateAutoMlJobV2Request.Builder |
dataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
This structure specifies how to split the data into train and validation datasets.
|
default CreateAutoMlJobV2Request.Builder |
dataSplitConfig(Consumer<AutoMLDataSplitConfig.Builder> dataSplitConfig)
This structure specifies how to split the data into train and validation datasets.
|
default CreateAutoMlJobV2Request.Builder |
modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
CreateAutoMlJobV2Request.Builder |
modelDeployConfig(ModelDeployConfig modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
CreateAutoMlJobV2Request.Builder |
outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML
job.
|
default CreateAutoMlJobV2Request.Builder |
outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML
job.
|
CreateAutoMlJobV2Request.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAutoMlJobV2Request.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAutoMlJobV2Request.Builder |
roleArn(String roleArn)
The ARN of the role that is used to access the data.
|
CreateAutoMlJobV2Request.Builder |
securityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
|
default CreateAutoMlJobV2Request.Builder |
securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
|
CreateAutoMlJobV2Request.Builder |
tags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateAutoMlJobV2Request.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs.
|
CreateAutoMlJobV2Request.Builder |
tags(Tag... tags)
An array of key-value pairs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAutoMlJobV2Request.Builder autoMLJobName(String autoMLJobName)
Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
autoMLJobName - Identifies an Autopilot job. The name must be unique to your account and is case insensitive.CreateAutoMlJobV2Request.Builder autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
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:
For Tabular problem types: S3Prefix, ManifestFile.
For ImageClassification: S3Prefix, ManifestFile, AugmentedManifestFile
.
For TextClassification: S3Prefix.
autoMLJobInputDataConfig - 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:
For Tabular problem types: S3Prefix, ManifestFile.
For ImageClassification: S3Prefix, ManifestFile,
AugmentedManifestFile.
For TextClassification: S3Prefix.
CreateAutoMlJobV2Request.Builder autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
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:
For Tabular problem types: S3Prefix, ManifestFile.
For ImageClassification: S3Prefix, ManifestFile, AugmentedManifestFile
.
For TextClassification: S3Prefix.
autoMLJobInputDataConfig - 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:
For Tabular problem types: S3Prefix, ManifestFile.
For ImageClassification: S3Prefix, ManifestFile,
AugmentedManifestFile.
For TextClassification: S3Prefix.
CreateAutoMlJobV2Request.Builder autoMLJobInputDataConfig(Consumer<AutoMLJobChannel.Builder>... autoMLJobInputDataConfig)
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:
For Tabular problem types: S3Prefix, ManifestFile.
For ImageClassification: S3Prefix, ManifestFile, AugmentedManifestFile
.
For TextClassification: S3Prefix.
AutoMLJobChannel.Builder avoiding the need to create
one manually via AutoMLJobChannel.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #autoMLJobInputDataConfig(List.
autoMLJobInputDataConfig - a consumer that will call methods on
AutoMLJobChannel.Builder#autoMLJobInputDataConfig(java.util.Collection) CreateAutoMlJobV2Request.Builder outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
outputDataConfig - Provides information about encryption and the Amazon S3 output path needed to store artifacts from an
AutoML job.default CreateAutoMlJobV2Request.Builder outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
This is a convenience method that creates an instance of theAutoMLOutputDataConfig.Builder avoiding
the need to create one manually via AutoMLOutputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outputDataConfig(AutoMLOutputDataConfig).
outputDataConfig - a consumer that will call methods on AutoMLOutputDataConfig.BuilderoutputDataConfig(AutoMLOutputDataConfig)CreateAutoMlJobV2Request.Builder autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
autoMLProblemTypeConfig - Defines the configuration settings of one of the supported problem types.default CreateAutoMlJobV2Request.Builder autoMLProblemTypeConfig(Consumer<AutoMLProblemTypeConfig.Builder> autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
This is a convenience method that creates an instance of theAutoMLProblemTypeConfig.Builder avoiding
the need to create one manually via AutoMLProblemTypeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to autoMLProblemTypeConfig(AutoMLProblemTypeConfig).
autoMLProblemTypeConfig - a consumer that will call methods on AutoMLProblemTypeConfig.BuilderautoMLProblemTypeConfig(AutoMLProblemTypeConfig)CreateAutoMlJobV2Request.Builder roleArn(String roleArn)
The ARN of the role that is used to access the data.
roleArn - The ARN of the role that is used to access the data.CreateAutoMlJobV2Request.Builder tags(Collection<Tag> tags)
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.
tags - 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.CreateAutoMlJobV2Request.Builder tags(Tag... tags)
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.
tags - 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.CreateAutoMlJobV2Request.Builder tags(Consumer<Tag.Builder>... tags)
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.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateAutoMlJobV2Request.Builder securityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
securityConfig - The security configuration for traffic encryption or Amazon VPC settings.default CreateAutoMlJobV2Request.Builder securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
This is a convenience method that creates an instance of theAutoMLSecurityConfig.Builder avoiding
the need to create one manually via AutoMLSecurityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to securityConfig(AutoMLSecurityConfig).
securityConfig - a consumer that will call methods on AutoMLSecurityConfig.BuildersecurityConfig(AutoMLSecurityConfig)CreateAutoMlJobV2Request.Builder autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
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.
For tabular problem types, you must either provide both the AutoMLJobObjective and indicate the
type of supervised learning problem in AutoMLProblemTypeConfig (
TabularJobConfig.ProblemType), or none at all.
autoMLJobObjective - 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.
For tabular problem types, you must either provide both the AutoMLJobObjective and
indicate the type of supervised learning problem in AutoMLProblemTypeConfig (
TabularJobConfig.ProblemType), or none at all.
default CreateAutoMlJobV2Request.Builder autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
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.
For tabular problem types, you must either provide both the AutoMLJobObjective and indicate the
type of supervised learning problem in AutoMLProblemTypeConfig (
TabularJobConfig.ProblemType), or none at all.
AutoMLJobObjective.Builder
avoiding the need to create one manually via AutoMLJobObjective.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoMLJobObjective(AutoMLJobObjective).
autoMLJobObjective - a consumer that will call methods on AutoMLJobObjective.BuilderautoMLJobObjective(AutoMLJobObjective)CreateAutoMlJobV2Request.Builder modelDeployConfig(ModelDeployConfig modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
modelDeployConfig - Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.default CreateAutoMlJobV2Request.Builder modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
This is a convenience method that creates an instance of theModelDeployConfig.Builder avoiding the
need to create one manually via ModelDeployConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modelDeployConfig(ModelDeployConfig).
modelDeployConfig - a consumer that will call methods on ModelDeployConfig.BuildermodelDeployConfig(ModelDeployConfig)CreateAutoMlJobV2Request.Builder dataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
This structure specifies how to split the data into train and validation datasets.
The validation and training datasets must contain the same headers. For jobs created by calling
CreateAutoMLJob, the validation dataset must be less than 2 GB in size.
dataSplitConfig - This structure specifies how to split the data into train and validation datasets.
The validation and training datasets must contain the same headers. For jobs created by calling
CreateAutoMLJob, the validation dataset must be less than 2 GB in size.
default CreateAutoMlJobV2Request.Builder dataSplitConfig(Consumer<AutoMLDataSplitConfig.Builder> dataSplitConfig)
This structure specifies how to split the data into train and validation datasets.
The validation and training datasets must contain the same headers. For jobs created by calling
CreateAutoMLJob, the validation dataset must be less than 2 GB in size.
AutoMLDataSplitConfig.Builder avoiding
the need to create one manually via AutoMLDataSplitConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataSplitConfig(AutoMLDataSplitConfig).
dataSplitConfig - a consumer that will call methods on AutoMLDataSplitConfig.BuilderdataSplitConfig(AutoMLDataSplitConfig)CreateAutoMlJobV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAutoMlJobV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.