public static interface DescribeAutoMlJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutoMlJobResponse.Builder,DescribeAutoMlJobResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAutoMlJobResponse.Builder |
autoMLJobArn(String autoMLJobArn)
Returns the job's ARN.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
|
default DescribeAutoMlJobResponse.Builder |
autoMLJobArtifacts(Consumer<AutoMLJobArtifacts.Builder> autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the job's config.
|
default DescribeAutoMlJobResponse.Builder |
autoMLJobConfig(Consumer<AutoMLJobConfig.Builder> autoMLJobConfig)
Returns the job's config.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobName(String autoMLJobName)
Returns the name of a job.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
default DescribeAutoMlJobResponse.Builder |
autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the job's AutoMLJobStatus.
|
DescribeAutoMlJobResponse.Builder |
autoMLJobStatus(String autoMLJobStatus)
Returns the job's AutoMLJobStatus.
|
DescribeAutoMlJobResponse.Builder |
bestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
|
default DescribeAutoMlJobResponse.Builder |
bestCandidate(Consumer<AutoMLCandidate.Builder> bestCandidate)
Returns the job's BestCandidate.
|
DescribeAutoMlJobResponse.Builder |
creationTime(Instant creationTime)
Returns the job's creation time.
|
DescribeAutoMlJobResponse.Builder |
endTime(Instant endTime)
Returns the job's end time.
|
DescribeAutoMlJobResponse.Builder |
failureReason(String failureReason)
Returns the job's FailureReason.
|
DescribeAutoMlJobResponse.Builder |
generateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Returns the job's output from GenerateCandidateDefinitionsOnly.
|
DescribeAutoMlJobResponse.Builder |
inputDataConfig(AutoMLChannel... inputDataConfig)
Returns the job's input data config.
|
DescribeAutoMlJobResponse.Builder |
inputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
|
DescribeAutoMlJobResponse.Builder |
inputDataConfig(Consumer<AutoMLChannel.Builder>... inputDataConfig)
Returns the job's input data config.
|
DescribeAutoMlJobResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
Returns the job's last modified time.
|
DescribeAutoMlJobResponse.Builder |
outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
default DescribeAutoMlJobResponse.Builder |
outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMlJobResponse.Builder |
problemType(ProblemType problemType)
Returns the job's problem type.
|
DescribeAutoMlJobResponse.Builder |
problemType(String problemType)
Returns the job's problem type.
|
default DescribeAutoMlJobResponse.Builder |
resolvedAttributes(Consumer<ResolvedAttributes.Builder> resolvedAttributes)
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
DescribeAutoMlJobResponse.Builder |
resolvedAttributes(ResolvedAttributes resolvedAttributes)
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
DescribeAutoMlJobResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission
to the input data location and write permission to the output data location in Amazon S3.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAutoMlJobResponse.Builder autoMLJobName(String autoMLJobName)
Returns the name of a job.
autoMLJobName
- Returns the name of a job.DescribeAutoMlJobResponse.Builder autoMLJobArn(String autoMLJobArn)
Returns the job's ARN.
autoMLJobArn
- Returns the job's ARN.DescribeAutoMlJobResponse.Builder inputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
inputDataConfig
- Returns the job's input data config.DescribeAutoMlJobResponse.Builder inputDataConfig(AutoMLChannel... inputDataConfig)
Returns the job's input data config.
inputDataConfig
- Returns the job's input data config.DescribeAutoMlJobResponse.Builder inputDataConfig(Consumer<AutoMLChannel.Builder>... inputDataConfig)
Returns the job's input data config.
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)
DescribeAutoMlJobResponse.Builder outputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
outputDataConfig
- Returns the job's output data config.default DescribeAutoMlJobResponse.Builder outputDataConfig(Consumer<AutoMLOutputDataConfig.Builder> outputDataConfig)
Returns the job's output data config.
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.Builder
outputDataConfig(AutoMLOutputDataConfig)
DescribeAutoMlJobResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
roleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read
permission to the input data location and write permission to the output data location in Amazon S3.DescribeAutoMlJobResponse.Builder autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
autoMLJobObjective
- Returns the job's objective.default DescribeAutoMlJobResponse.Builder autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Returns the job's objective.
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.Builder
autoMLJobObjective(AutoMLJobObjective)
DescribeAutoMlJobResponse.Builder problemType(String problemType)
Returns the job's problem type.
problemType
- Returns the job's problem type.ProblemType
,
ProblemType
DescribeAutoMlJobResponse.Builder problemType(ProblemType problemType)
Returns the job's problem type.
problemType
- Returns the job's problem type.ProblemType
,
ProblemType
DescribeAutoMlJobResponse.Builder autoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the job's config.
autoMLJobConfig
- Returns the job's config.default DescribeAutoMlJobResponse.Builder autoMLJobConfig(Consumer<AutoMLJobConfig.Builder> autoMLJobConfig)
Returns the job's config.
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.Builder
autoMLJobConfig(AutoMLJobConfig)
DescribeAutoMlJobResponse.Builder creationTime(Instant creationTime)
Returns the job's creation time.
creationTime
- Returns the job's creation time.DescribeAutoMlJobResponse.Builder endTime(Instant endTime)
Returns the job's end time.
endTime
- Returns the job's end time.DescribeAutoMlJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
Returns the job's last modified time.
lastModifiedTime
- Returns the job's last modified time.DescribeAutoMlJobResponse.Builder failureReason(String failureReason)
Returns the job's FailureReason.
failureReason
- Returns the job's FailureReason.DescribeAutoMlJobResponse.Builder bestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
bestCandidate
- Returns the job's BestCandidate.default DescribeAutoMlJobResponse.Builder bestCandidate(Consumer<AutoMLCandidate.Builder> bestCandidate)
Returns the job's BestCandidate.
This is a convenience 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.Builder
bestCandidate(AutoMLCandidate)
DescribeAutoMlJobResponse.Builder autoMLJobStatus(String autoMLJobStatus)
Returns the job's AutoMLJobStatus.
autoMLJobStatus
- Returns the job's AutoMLJobStatus.AutoMLJobStatus
,
AutoMLJobStatus
DescribeAutoMlJobResponse.Builder autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the job's AutoMLJobStatus.
autoMLJobStatus
- Returns the job's AutoMLJobStatus.AutoMLJobStatus
,
AutoMLJobStatus
DescribeAutoMlJobResponse.Builder autoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
autoMLJobSecondaryStatus
- Returns the job's AutoMLJobSecondaryStatus.AutoMLJobSecondaryStatus
,
AutoMLJobSecondaryStatus
DescribeAutoMlJobResponse.Builder autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
autoMLJobSecondaryStatus
- Returns the job's AutoMLJobSecondaryStatus.AutoMLJobSecondaryStatus
,
AutoMLJobSecondaryStatus
DescribeAutoMlJobResponse.Builder generateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Returns the job's output from GenerateCandidateDefinitionsOnly.
generateCandidateDefinitionsOnly
- Returns the job's output from GenerateCandidateDefinitionsOnly.DescribeAutoMlJobResponse.Builder autoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
autoMLJobArtifacts
- Returns information on the job's artifacts found in AutoMLJobArtifacts.default DescribeAutoMlJobResponse.Builder autoMLJobArtifacts(Consumer<AutoMLJobArtifacts.Builder> autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
This is a convenience that creates an instance of theAutoMLJobArtifacts.Builder
avoiding the need to
create one manually via AutoMLJobArtifacts.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to autoMLJobArtifacts(AutoMLJobArtifacts)
.autoMLJobArtifacts
- a consumer that will call methods on AutoMLJobArtifacts.Builder
autoMLJobArtifacts(AutoMLJobArtifacts)
DescribeAutoMlJobResponse.Builder resolvedAttributes(ResolvedAttributes resolvedAttributes)
This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They're auto-inferred values, if not provided by you. If you do provide them, then they'll be the same as provided.
resolvedAttributes
- This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They're auto-inferred values, if
not provided by you. If you do provide them, then they'll be the same as provided.default DescribeAutoMlJobResponse.Builder resolvedAttributes(Consumer<ResolvedAttributes.Builder> resolvedAttributes)
This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They're auto-inferred values, if not provided by you. If you do provide them, then they'll be the same as provided.
This is a convenience that creates an instance of theResolvedAttributes.Builder
avoiding the need to
create one manually via ResolvedAttributes.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to resolvedAttributes(ResolvedAttributes)
.resolvedAttributes
- a consumer that will call methods on ResolvedAttributes.Builder
resolvedAttributes(ResolvedAttributes)
Copyright © 2020. All rights reserved.