public static interface CreateAutoMlJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateAutoMlJobRequest.Builder,CreateAutoMlJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMlJobRequest.Builder |
autoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Contains CompletionCriteria and SecurityConfig.
|
default CreateAutoMlJobRequest.Builder |
autoMLJobConfig(Consumer<AutoMLJobConfig.Builder> autoMLJobConfig)
Contains CompletionCriteria and SecurityConfig.
|
CreateAutoMlJobRequest.Builder |
autoMLJobName(String autoMLJobName)
Identifies an AutoPilot job.
|
CreateAutoMlJobRequest.Builder |
autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Defines the job's objective.
|
default CreateAutoMlJobRequest.Builder |
autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Defines the job's objective.
|
CreateAutoMlJobRequest.Builder |
generateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
This will generate possible candidates without training a model.
|
CreateAutoMlJobRequest.Builder |
inputDataConfig(AutoMLChannel... inputDataConfig)
Similar to InputDataConfig supported by Tuning.
|
CreateAutoMlJobRequest.Builder |
inputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Similar to InputDataConfig supported by Tuning.
|
CreateAutoMlJobRequest.Builder |
inputDataConfig(Consumer<AutoMLChannel.Builder>... inputDataConfig)
Similar to InputDataConfig supported by Tuning.
|
CreateAutoMlJobRequest.Builder |
outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Similar to OutputDataConfig supported by Tuning.
|
default CreateAutoMlJobRequest.Builder |
outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Similar to OutputDataConfig supported by Tuning.
|
CreateAutoMlJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAutoMlJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAutoMlJobRequest.Builder |
problemType(ProblemType problemType)
Defines the kind of preprocessing and algorithms intended for the candidates.
|
CreateAutoMlJobRequest.Builder |
problemType(String problemType)
Defines the kind of preprocessing and algorithms intended for the candidates.
|
CreateAutoMlJobRequest.Builder |
roleArn(String roleArn)
The ARN of the role that will be used to access the data.
|
CreateAutoMlJobRequest.Builder |
tags(Collection<Tag> tags)
Each tag consists of a key and an optional value.
|
CreateAutoMlJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Each tag consists of a key and an optional value.
|
CreateAutoMlJobRequest.Builder |
tags(Tag... tags)
Each tag consists of a key and an optional value.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAutoMlJobRequest.Builder autoMLJobName(String autoMLJobName)
Identifies an AutoPilot job. Must be unique to your account and is case-insensitive.
autoMLJobName - Identifies an AutoPilot job. Must be unique to your account and is case-insensitive.CreateAutoMlJobRequest.Builder inputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Similar to InputDataConfig supported by Tuning. Format(s) supported: CSV. Minimum of 1000 rows.
inputDataConfig - Similar to InputDataConfig supported by Tuning. Format(s) supported: CSV. Minimum of 1000 rows.CreateAutoMlJobRequest.Builder inputDataConfig(AutoMLChannel... inputDataConfig)
Similar to InputDataConfig supported by Tuning. Format(s) supported: CSV. Minimum of 1000 rows.
inputDataConfig - Similar to InputDataConfig supported by Tuning. Format(s) supported: CSV. Minimum of 1000 rows.CreateAutoMlJobRequest.Builder inputDataConfig(Consumer<AutoMLChannel.Builder>... inputDataConfig)
Similar to InputDataConfig supported by Tuning. Format(s) supported: CSV. Minimum of 1000 rows.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #inputDataConfig(List) .inputDataConfig - a consumer that will call methods on List.Builder #inputDataConfig(List) CreateAutoMlJobRequest.Builder outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Similar to OutputDataConfig supported by Tuning. Format(s) supported: CSV.
outputDataConfig - Similar to OutputDataConfig supported by Tuning. Format(s) supported: CSV.default CreateAutoMlJobRequest.Builder outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Similar to OutputDataConfig supported by Tuning. Format(s) supported: CSV.
This is a convenience 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)CreateAutoMlJobRequest.Builder problemType(String problemType)
Defines the kind of preprocessing and algorithms intended for the candidates. Options include: BinaryClassification, MulticlassClassification, and Regression.
problemType - Defines the kind of preprocessing and algorithms intended for the candidates. Options include:
BinaryClassification, MulticlassClassification, and Regression.ProblemType,
ProblemTypeCreateAutoMlJobRequest.Builder problemType(ProblemType problemType)
Defines the kind of preprocessing and algorithms intended for the candidates. Options include: BinaryClassification, MulticlassClassification, and Regression.
problemType - Defines the kind of preprocessing and algorithms intended for the candidates. Options include:
BinaryClassification, MulticlassClassification, and Regression.ProblemType,
ProblemTypeCreateAutoMlJobRequest.Builder autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Defines the job's objective. You provide a MetricName and AutoML will infer minimize or maximize. If this is not provided, the most commonly used ObjectiveMetric for problem type will be selected.
autoMLJobObjective - Defines the job's objective. You provide a MetricName and AutoML will infer minimize or maximize. If
this is not provided, the most commonly used ObjectiveMetric for problem type will be selected.default CreateAutoMlJobRequest.Builder autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Defines the job's objective. You provide a MetricName and AutoML will infer minimize or maximize. If this is not provided, the most commonly used ObjectiveMetric for problem type will be selected.
This is a convenience that creates an instance of theAutoMLJobObjective.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)CreateAutoMlJobRequest.Builder autoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Contains CompletionCriteria and SecurityConfig.
autoMLJobConfig - Contains CompletionCriteria and SecurityConfig.default CreateAutoMlJobRequest.Builder autoMLJobConfig(Consumer<AutoMLJobConfig.Builder> autoMLJobConfig)
Contains CompletionCriteria and SecurityConfig.
This is a convenience that creates an instance of theAutoMLJobConfig.Builder avoiding the need to
create one manually via AutoMLJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoMLJobConfig(AutoMLJobConfig).autoMLJobConfig - a consumer that will call methods on AutoMLJobConfig.BuilderautoMLJobConfig(AutoMLJobConfig)CreateAutoMlJobRequest.Builder roleArn(String roleArn)
The ARN of the role that will be used to access the data.
roleArn - The ARN of the role that will be used to access the data.CreateAutoMlJobRequest.Builder generateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
This will generate possible candidates without training a model. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
generateCandidateDefinitionsOnly - This will generate possible candidates without training a model. A candidate is a combination of data
preprocessors, algorithms, and algorithm parameter settings.CreateAutoMlJobRequest.Builder tags(Collection<Tag> tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.CreateAutoMlJobRequest.Builder tags(Tag... tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.CreateAutoMlJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateAutoMlJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAutoMlJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.