public static interface DescribeInferenceRecommendationsJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeInferenceRecommendationsJobResponse.Builder,DescribeInferenceRecommendationsJobResponse>
Modifier and Type | Method and Description |
---|---|
DescribeInferenceRecommendationsJobResponse.Builder |
completionTime(Instant completionTime)
A timestamp that shows when the job completed.
|
DescribeInferenceRecommendationsJobResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the job was created.
|
DescribeInferenceRecommendationsJobResponse.Builder |
endpointPerformances(Collection<EndpointPerformance> endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
|
DescribeInferenceRecommendationsJobResponse.Builder |
endpointPerformances(Consumer<EndpointPerformance.Builder>... endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
|
DescribeInferenceRecommendationsJobResponse.Builder |
endpointPerformances(EndpointPerformance... endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
|
DescribeInferenceRecommendationsJobResponse.Builder |
failureReason(String failureReason)
If the job fails, provides information why the job failed.
|
DescribeInferenceRecommendationsJobResponse.Builder |
inferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)
The recommendations made by Inference Recommender.
|
DescribeInferenceRecommendationsJobResponse.Builder |
inferenceRecommendations(Consumer<InferenceRecommendation.Builder>... inferenceRecommendations)
The recommendations made by Inference Recommender.
|
DescribeInferenceRecommendationsJobResponse.Builder |
inferenceRecommendations(InferenceRecommendation... inferenceRecommendations)
The recommendations made by Inference Recommender.
|
default DescribeInferenceRecommendationsJobResponse.Builder |
inputConfig(Consumer<RecommendationJobInputConfig.Builder> inputConfig)
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and
endpoint configurations you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
inputConfig(RecommendationJobInputConfig inputConfig)
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and
endpoint configurations you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
jobDescription(String jobDescription)
The job description that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
jobName(String jobName)
The name of the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
jobType(RecommendationJobType jobType)
The job type that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
jobType(String jobType)
The job type that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the job was last modified.
|
DescribeInferenceRecommendationsJobResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you
provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
status(RecommendationJobStatus status)
The status of the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
status(String status)
The status of the job.
|
default DescribeInferenceRecommendationsJobResponse.Builder |
stoppingConditions(Consumer<RecommendationJobStoppingConditions.Builder> stoppingConditions)
The stopping conditions that you provided when you initiated the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
stoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
The stopping conditions that you provided when you initiated the job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeInferenceRecommendationsJobResponse.Builder jobName(String jobName)
The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
jobName
- The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web
Services account.DescribeInferenceRecommendationsJobResponse.Builder jobDescription(String jobDescription)
The job description that you provided when you initiated the job.
jobDescription
- The job description that you provided when you initiated the job.DescribeInferenceRecommendationsJobResponse.Builder jobType(String jobType)
The job type that you provided when you initiated the job.
jobType
- The job type that you provided when you initiated the job.RecommendationJobType
,
RecommendationJobType
DescribeInferenceRecommendationsJobResponse.Builder jobType(RecommendationJobType jobType)
The job type that you provided when you initiated the job.
jobType
- The job type that you provided when you initiated the job.RecommendationJobType
,
RecommendationJobType
DescribeInferenceRecommendationsJobResponse.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
jobArn
- The Amazon Resource Name (ARN) of the job.DescribeInferenceRecommendationsJobResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.
roleArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role
you provided when you initiated the job.DescribeInferenceRecommendationsJobResponse.Builder status(String status)
The status of the job.
status
- The status of the job.RecommendationJobStatus
,
RecommendationJobStatus
DescribeInferenceRecommendationsJobResponse.Builder status(RecommendationJobStatus status)
The status of the job.
status
- The status of the job.RecommendationJobStatus
,
RecommendationJobStatus
DescribeInferenceRecommendationsJobResponse.Builder creationTime(Instant creationTime)
A timestamp that shows when the job was created.
creationTime
- A timestamp that shows when the job was created.DescribeInferenceRecommendationsJobResponse.Builder completionTime(Instant completionTime)
A timestamp that shows when the job completed.
completionTime
- A timestamp that shows when the job completed.DescribeInferenceRecommendationsJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the job was last modified.
lastModifiedTime
- A timestamp that shows when the job was last modified.DescribeInferenceRecommendationsJobResponse.Builder failureReason(String failureReason)
If the job fails, provides information why the job failed.
failureReason
- If the job fails, provides information why the job failed.DescribeInferenceRecommendationsJobResponse.Builder inputConfig(RecommendationJobInputConfig inputConfig)
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.
inputConfig
- Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern,
and endpoint configurations you provided when you initiated the job.default DescribeInferenceRecommendationsJobResponse.Builder inputConfig(Consumer<RecommendationJobInputConfig.Builder> inputConfig)
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.
This is a convenience method that creates an instance of theRecommendationJobInputConfig.Builder
avoiding the need to create one manually via RecommendationJobInputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to inputConfig(RecommendationJobInputConfig)
.
inputConfig
- a consumer that will call methods on RecommendationJobInputConfig.Builder
inputConfig(RecommendationJobInputConfig)
DescribeInferenceRecommendationsJobResponse.Builder stoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
The stopping conditions that you provided when you initiated the job.
stoppingConditions
- The stopping conditions that you provided when you initiated the job.default DescribeInferenceRecommendationsJobResponse.Builder stoppingConditions(Consumer<RecommendationJobStoppingConditions.Builder> stoppingConditions)
The stopping conditions that you provided when you initiated the job.
This is a convenience method that creates an instance of theRecommendationJobStoppingConditions.Builder
avoiding the need to create one manually via
RecommendationJobStoppingConditions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to stoppingConditions(RecommendationJobStoppingConditions)
.
stoppingConditions
- a consumer that will call methods on RecommendationJobStoppingConditions.Builder
stoppingConditions(RecommendationJobStoppingConditions)
DescribeInferenceRecommendationsJobResponse.Builder inferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)
The recommendations made by Inference Recommender.
inferenceRecommendations
- The recommendations made by Inference Recommender.DescribeInferenceRecommendationsJobResponse.Builder inferenceRecommendations(InferenceRecommendation... inferenceRecommendations)
The recommendations made by Inference Recommender.
inferenceRecommendations
- The recommendations made by Inference Recommender.DescribeInferenceRecommendationsJobResponse.Builder inferenceRecommendations(Consumer<InferenceRecommendation.Builder>... inferenceRecommendations)
The recommendations made by Inference Recommender.
This is a convenience method that creates an instance of theInferenceRecommendation.Builder
avoiding the need to
create one manually via
InferenceRecommendation.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #inferenceRecommendations(List
.
inferenceRecommendations
- a consumer that will call methods on
InferenceRecommendation.Builder
#inferenceRecommendations(java.util.Collection)
DescribeInferenceRecommendationsJobResponse.Builder endpointPerformances(Collection<EndpointPerformance> endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
endpointPerformances
- The performance results from running an Inference Recommender job on an existing endpoint.DescribeInferenceRecommendationsJobResponse.Builder endpointPerformances(EndpointPerformance... endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
endpointPerformances
- The performance results from running an Inference Recommender job on an existing endpoint.DescribeInferenceRecommendationsJobResponse.Builder endpointPerformances(Consumer<EndpointPerformance.Builder>... endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
This is a convenience method that creates an instance of theEndpointPerformance.Builder
avoiding the need to
create one manually via EndpointPerformance.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #endpointPerformances(List
.
endpointPerformances
- a consumer that will call methods on
EndpointPerformance.Builder
#endpointPerformances(java.util.Collection)
Copyright © 2023. All rights reserved.