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 |
modelName(String modelName)
The name of the created model.
|
InferenceRecommendationsJob.Builder |
modelPackageVersionArn(String modelPackageVersionArn)
The Amazon Resource Name (ARN) of a versioned model package.
|
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 |
samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
|
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.InferenceRecommendationsJob.Builder modelName(String modelName)
The name of the created model.
modelName - The name of the created model.InferenceRecommendationsJob.Builder samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
samplePayloadUrl - The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must
point to a single gzip compressed tar archive (.tar.gz suffix).InferenceRecommendationsJob.Builder modelPackageVersionArn(String modelPackageVersionArn)
The Amazon Resource Name (ARN) of a versioned model package.
modelPackageVersionArn - The Amazon Resource Name (ARN) of a versioned model package.Copyright © 2023. All rights reserved.