public static interface DescribeAutoMlJobV2Response.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutoMlJobV2Response.Builder,DescribeAutoMlJobV2Response>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobV2Response.Builder |
autoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobInputDataConfig(Consumer<AutoMLJobChannel.Builder>... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobName(String autoMLJobName)
Returns the name of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
default DescribeAutoMlJobV2Response.Builder |
autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
autoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
default DescribeAutoMlJobV2Response.Builder |
autoMLProblemTypeConfig(Consumer<AutoMLProblemTypeConfig.Builder> autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
bestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
default DescribeAutoMlJobV2Response.Builder |
bestCandidate(Consumer<AutoMLCandidate.Builder> bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
DescribeAutoMlJobV2Response.Builder |
creationTime(Instant creationTime)
Returns the creation time of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
dataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
|
default DescribeAutoMlJobV2Response.Builder |
dataSplitConfig(Consumer<AutoMLDataSplitConfig.Builder> dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
|
DescribeAutoMlJobV2Response.Builder |
endTime(Instant endTime)
Returns the end time of the AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
failureReason(String failureReason)
Returns the reason for the failure of the AutoML V2 job, when applicable.
|
DescribeAutoMlJobV2Response.Builder |
lastModifiedTime(Instant lastModifiedTime)
Returns the job's last modified time.
|
default DescribeAutoMlJobV2Response.Builder |
modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if
deployed automatically.
|
DescribeAutoMlJobV2Response.Builder |
modelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if
deployed automatically.
|
default DescribeAutoMlJobV2Response.Builder |
modelDeployResult(Consumer<ModelDeployResult.Builder> modelDeployResult)
Provides information about endpoint for the model deployment.
|
DescribeAutoMlJobV2Response.Builder |
modelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
|
DescribeAutoMlJobV2Response.Builder |
outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
default DescribeAutoMlJobV2Response.Builder |
outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMlJobV2Response.Builder |
partialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
partialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
partialFailureReasons(Consumer<AutoMLPartialFailureReason.Builder>... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
|
DescribeAutoMlJobV2Response.Builder |
roleArn(String roleArn)
The ARN of the Identity and Access Management role that has read permission to the input data location and
write permission to the output data location in Amazon S3.
|
DescribeAutoMlJobV2Response.Builder |
securityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
default DescribeAutoMlJobV2Response.Builder |
securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAutoMlJobV2Response.Builder autoMLJobName(String autoMLJobName)
Returns the name of the AutoML V2 job.
autoMLJobName - Returns the name of the AutoML V2 job.DescribeAutoMlJobV2Response.Builder autoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
autoMLJobArn - Returns the Amazon Resource Name (ARN) of the AutoML V2 job.DescribeAutoMlJobV2Response.Builder autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
autoMLJobInputDataConfig - Returns an array of channel objects describing the input data and their location.DescribeAutoMlJobV2Response.Builder autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
autoMLJobInputDataConfig - Returns an array of channel objects describing the input data and their location.DescribeAutoMlJobV2Response.Builder autoMLJobInputDataConfig(Consumer<AutoMLJobChannel.Builder>... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
This is a convenience method that creates an instance of theAutoMLJobChannel.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) DescribeAutoMlJobV2Response.Builder outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
outputDataConfig - Returns the job's output data config.default DescribeAutoMlJobV2Response.Builder outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Returns the job's output data config.
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)DescribeAutoMlJobV2Response.Builder roleArn(String roleArn)
The ARN of the Identity and Access Management role that has read permission to the input data location and write permission to the output data location in Amazon S3.
roleArn - The ARN of the Identity and Access Management role that has read permission to the input data location
and write permission to the output data location in Amazon S3.DescribeAutoMlJobV2Response.Builder autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
autoMLJobObjective - Returns the job's objective.default DescribeAutoMlJobV2Response.Builder autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Returns the job's objective.
This is a convenience method 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)DescribeAutoMlJobV2Response.Builder autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
autoMLProblemTypeConfig - Returns the configuration settings of the problem type set for the AutoML V2 job.default DescribeAutoMlJobV2Response.Builder autoMLProblemTypeConfig(Consumer<AutoMLProblemTypeConfig.Builder> autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
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)DescribeAutoMlJobV2Response.Builder creationTime(Instant creationTime)
Returns the creation time of the AutoML V2 job.
creationTime - Returns the creation time of the AutoML V2 job.DescribeAutoMlJobV2Response.Builder endTime(Instant endTime)
Returns the end time of the AutoML V2 job.
endTime - Returns the end time of the AutoML V2 job.DescribeAutoMlJobV2Response.Builder lastModifiedTime(Instant lastModifiedTime)
Returns the job's last modified time.
lastModifiedTime - Returns the job's last modified time.DescribeAutoMlJobV2Response.Builder failureReason(String failureReason)
Returns the reason for the failure of the AutoML V2 job, when applicable.
failureReason - Returns the reason for the failure of the AutoML V2 job, when applicable.DescribeAutoMlJobV2Response.Builder partialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
partialFailureReasons - Returns a list of reasons for partial failures within an AutoML V2 job.DescribeAutoMlJobV2Response.Builder partialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
partialFailureReasons - Returns a list of reasons for partial failures within an AutoML V2 job.DescribeAutoMlJobV2Response.Builder partialFailureReasons(Consumer<AutoMLPartialFailureReason.Builder>... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
This is a convenience method that creates an instance of theAutoMLPartialFailureReason.Builder avoiding the need
to create one manually via
AutoMLPartialFailureReason.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #partialFailureReasons(List.
partialFailureReasons - a consumer that will call methods on
AutoMLPartialFailureReason.Builder#partialFailureReasons(java.util.Collection) DescribeAutoMlJobV2Response.Builder bestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
bestCandidate - Information about the candidate produced by an AutoML training job V2, including its status, steps,
and other properties.default DescribeAutoMlJobV2Response.Builder bestCandidate(Consumer<AutoMLCandidate.Builder> bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
This is a convenience method that creates an instance of theAutoMLCandidate.Builder avoiding the
need to create one manually via AutoMLCandidate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to bestCandidate(AutoMLCandidate).
bestCandidate - a consumer that will call methods on AutoMLCandidate.BuilderbestCandidate(AutoMLCandidate)DescribeAutoMlJobV2Response.Builder autoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML V2 job.
autoMLJobStatus - Returns the status of the AutoML V2 job.AutoMLJobStatus,
AutoMLJobStatusDescribeAutoMlJobV2Response.Builder autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML V2 job.
autoMLJobStatus - Returns the status of the AutoML V2 job.AutoMLJobStatus,
AutoMLJobStatusDescribeAutoMlJobV2Response.Builder autoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
autoMLJobSecondaryStatus - Returns the secondary status of the AutoML V2 job.AutoMLJobSecondaryStatus,
AutoMLJobSecondaryStatusDescribeAutoMlJobV2Response.Builder autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
autoMLJobSecondaryStatus - Returns the secondary status of the AutoML V2 job.AutoMLJobSecondaryStatus,
AutoMLJobSecondaryStatusDescribeAutoMlJobV2Response.Builder modelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
modelDeployConfig - Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if
deployed automatically.default DescribeAutoMlJobV2Response.Builder modelDeployConfig(Consumer<ModelDeployConfig.Builder> modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
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)DescribeAutoMlJobV2Response.Builder modelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
modelDeployResult - Provides information about endpoint for the model deployment.default DescribeAutoMlJobV2Response.Builder modelDeployResult(Consumer<ModelDeployResult.Builder> modelDeployResult)
Provides information about endpoint for the model deployment.
This is a convenience method that creates an instance of theModelDeployResult.Builder avoiding the
need to create one manually via ModelDeployResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modelDeployResult(ModelDeployResult).
modelDeployResult - a consumer that will call methods on ModelDeployResult.BuildermodelDeployResult(ModelDeployResult)DescribeAutoMlJobV2Response.Builder dataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
dataSplitConfig - Returns the configuration settings of how the data are split into train and validation datasets.default DescribeAutoMlJobV2Response.Builder dataSplitConfig(Consumer<AutoMLDataSplitConfig.Builder> dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
This is a convenience method that creates an instance of theAutoMLDataSplitConfig.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)DescribeAutoMlJobV2Response.Builder securityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
securityConfig - Returns the security configuration for traffic encryption or Amazon VPC settings.default DescribeAutoMlJobV2Response.Builder securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)
Returns 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)Copyright © 2023. All rights reserved.