Interface DescribeInferenceRecommendationsJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeInferenceRecommendationsJobResponse.Builder,DescribeInferenceRecommendationsJobResponse>
,SageMakerResponse.Builder
,SdkBuilder<DescribeInferenceRecommendationsJobResponse.Builder,DescribeInferenceRecommendationsJobResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeInferenceRecommendationsJobResponse
public static interface DescribeInferenceRecommendationsJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeInferenceRecommendationsJobResponse.Builder,DescribeInferenceRecommendationsJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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(String jobType)
The job type that you provided when you initiated the job.DescribeInferenceRecommendationsJobResponse.Builder
jobType(RecommendationJobType 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(String status)
The status of the job.DescribeInferenceRecommendationsJobResponse.Builder
status(RecommendationJobStatus 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobName
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.
- Parameters:
jobName
- The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobDescription
DescribeInferenceRecommendationsJobResponse.Builder jobDescription(String jobDescription)
The job description that you provided when you initiated the job.
- Parameters:
jobDescription
- The job description that you provided when you initiated the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
DescribeInferenceRecommendationsJobResponse.Builder jobType(String jobType)
The job type that you provided when you initiated the job.
- Parameters:
jobType
- The job type that you provided when you initiated the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobType
,RecommendationJobType
-
jobType
DescribeInferenceRecommendationsJobResponse.Builder jobType(RecommendationJobType jobType)
The job type that you provided when you initiated the job.
- Parameters:
jobType
- The job type that you provided when you initiated the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobType
,RecommendationJobType
-
jobArn
DescribeInferenceRecommendationsJobResponse.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
- Parameters:
jobArn
- The Amazon Resource Name (ARN) of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
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.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeInferenceRecommendationsJobResponse.Builder status(String status)
The status of the job.
- Parameters:
status
- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobStatus
,RecommendationJobStatus
-
status
DescribeInferenceRecommendationsJobResponse.Builder status(RecommendationJobStatus status)
The status of the job.
- Parameters:
status
- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobStatus
,RecommendationJobStatus
-
creationTime
DescribeInferenceRecommendationsJobResponse.Builder creationTime(Instant creationTime)
A timestamp that shows when the job was created.
- Parameters:
creationTime
- A timestamp that shows when the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
DescribeInferenceRecommendationsJobResponse.Builder completionTime(Instant completionTime)
A timestamp that shows when the job completed.
- Parameters:
completionTime
- A timestamp that shows when the job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DescribeInferenceRecommendationsJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the job was last modified.
- Parameters:
lastModifiedTime
- A timestamp that shows when the job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
DescribeInferenceRecommendationsJobResponse.Builder failureReason(String failureReason)
If the job fails, provides information why the job failed.
- Parameters:
failureReason
- If the job fails, provides information why the job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfig
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 viaRecommendationJobInputConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputConfig(RecommendationJobInputConfig)
.- Parameters:
inputConfig
- a consumer that will call methods onRecommendationJobInputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputConfig(RecommendationJobInputConfig)
-
stoppingConditions
DescribeInferenceRecommendationsJobResponse.Builder stoppingConditions(RecommendationJobStoppingConditions stoppingConditions)
The stopping conditions that you provided when you initiated the job.
- Parameters:
stoppingConditions
- The stopping conditions that you provided when you initiated the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppingConditions
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 viaRecommendationJobStoppingConditions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostoppingConditions(RecommendationJobStoppingConditions)
.- Parameters:
stoppingConditions
- a consumer that will call methods onRecommendationJobStoppingConditions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stoppingConditions(RecommendationJobStoppingConditions)
-
inferenceRecommendations
DescribeInferenceRecommendationsJobResponse.Builder inferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)
The recommendations made by Inference Recommender.
- Parameters:
inferenceRecommendations
- The recommendations made by Inference Recommender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceRecommendations
DescribeInferenceRecommendationsJobResponse.Builder inferenceRecommendations(InferenceRecommendation... inferenceRecommendations)
The recommendations made by Inference Recommender.
- Parameters:
inferenceRecommendations
- The recommendations made by Inference Recommender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceRecommendations
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 viaInferenceRecommendation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#inferenceRecommendations(List
.) - Parameters:
inferenceRecommendations
- a consumer that will call methods onInferenceRecommendation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inferenceRecommendations(java.util.Collection
)
-
endpointPerformances
DescribeInferenceRecommendationsJobResponse.Builder endpointPerformances(Collection<EndpointPerformance> endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
- Parameters:
endpointPerformances
- The performance results from running an Inference Recommender job on an existing endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointPerformances
DescribeInferenceRecommendationsJobResponse.Builder endpointPerformances(EndpointPerformance... endpointPerformances)
The performance results from running an Inference Recommender job on an existing endpoint.
- Parameters:
endpointPerformances
- The performance results from running an Inference Recommender job on an existing endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointPerformances
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 viaEndpointPerformance.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#endpointPerformances(List
.) - Parameters:
endpointPerformances
- a consumer that will call methods onEndpointPerformance.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointPerformances(java.util.Collection
)
-
-