public static interface InferenceRecommendationsJob.Builder extends SdkPojo, CopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>
| Modifier and Type | Method and Description |
|---|---|
InferenceRecommendationsJob.Builder |
completionTime(Instant completionTime)
A timestamp that shows when the job completed.
|
InferenceRecommendationsJob.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the job was created.
|
InferenceRecommendationsJob.Builder |
failureReason(String failureReason)
If the job fails, provides information why the job failed.
|
InferenceRecommendationsJob.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
|
InferenceRecommendationsJob.Builder |
jobDescription(String jobDescription)
The job description.
|
InferenceRecommendationsJob.Builder |
jobName(String jobName)
The name of the job.
|
InferenceRecommendationsJob.Builder |
jobType(RecommendationJobType jobType)
The recommendation job type.
|
InferenceRecommendationsJob.Builder |
jobType(String jobType)
The recommendation job type.
|
InferenceRecommendationsJob.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the job was last modified.
|
InferenceRecommendationsJob.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
InferenceRecommendationsJob.Builder |
status(RecommendationJobStatus status)
The status of the job.
|
InferenceRecommendationsJob.Builder |
status(String status)
The status of the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceRecommendationsJob.Builder jobName(String jobName)
The name of the job.
jobName - The name of the job.InferenceRecommendationsJob.Builder jobDescription(String jobDescription)
The job description.
jobDescription - The job description.InferenceRecommendationsJob.Builder jobType(String jobType)
The recommendation job type.
jobType - The recommendation job type.RecommendationJobType,
RecommendationJobTypeInferenceRecommendationsJob.Builder jobType(RecommendationJobType jobType)
The recommendation job type.
jobType - The recommendation job type.RecommendationJobType,
RecommendationJobTypeInferenceRecommendationsJob.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
jobArn - The Amazon Resource Name (ARN) of the recommendation job.InferenceRecommendationsJob.Builder status(String status)
The status of the job.
status - The status of the job.RecommendationJobStatus,
RecommendationJobStatusInferenceRecommendationsJob.Builder status(RecommendationJobStatus status)
The status of the job.
status - The status of the job.RecommendationJobStatus,
RecommendationJobStatusInferenceRecommendationsJob.Builder creationTime(Instant creationTime)
A timestamp that shows when the job was created.
creationTime - A timestamp that shows when the job was created.InferenceRecommendationsJob.Builder completionTime(Instant completionTime)
A timestamp that shows when the job completed.
completionTime - A timestamp that shows when the job completed.InferenceRecommendationsJob.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your
behalf.InferenceRecommendationsJob.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.InferenceRecommendationsJob.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.Copyright © 2022. All rights reserved.