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 |
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInferenceRecommendationsJobResponse.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,
RecommendationJobTypeDescribeInferenceRecommendationsJobResponse.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,
RecommendationJobTypeDescribeInferenceRecommendationsJobResponse.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,
RecommendationJobStatusDescribeInferenceRecommendationsJobResponse.Builder status(RecommendationJobStatus status)
The status of the job.
status - The status of the job.RecommendationJobStatus,
RecommendationJobStatusDescribeInferenceRecommendationsJobResponse.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.BuilderinputConfig(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.BuilderstoppingConditions(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 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 #inferenceRecommendations(List) .inferenceRecommendations - a consumer that will call methods on List.Builder #inferenceRecommendations(List) Copyright © 2022. All rights reserved.