Interface InferenceRecommendationsJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>,SdkBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>,SdkPojo
- Enclosing class:
- InferenceRecommendationsJob
public static interface InferenceRecommendationsJob.Builder extends SdkPojo, CopyableBuilder<InferenceRecommendationsJob.Builder,InferenceRecommendationsJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceRecommendationsJob.BuildercompletionTime(Instant completionTime)A timestamp that shows when the job completed.InferenceRecommendationsJob.BuildercreationTime(Instant creationTime)A timestamp that shows when the job was created.InferenceRecommendationsJob.BuilderfailureReason(String failureReason)If the job fails, provides information why the job failed.InferenceRecommendationsJob.BuilderjobArn(String jobArn)The Amazon Resource Name (ARN) of the recommendation job.InferenceRecommendationsJob.BuilderjobDescription(String jobDescription)The job description.InferenceRecommendationsJob.BuilderjobName(String jobName)The name of the job.InferenceRecommendationsJob.BuilderjobType(String jobType)The recommendation job type.InferenceRecommendationsJob.BuilderjobType(RecommendationJobType jobType)The recommendation job type.InferenceRecommendationsJob.BuilderlastModifiedTime(Instant lastModifiedTime)A timestamp that shows when the job was last modified.InferenceRecommendationsJob.BuildermodelName(String modelName)The name of the created model.InferenceRecommendationsJob.BuildermodelPackageVersionArn(String modelPackageVersionArn)The Amazon Resource Name (ARN) of a versioned model package.InferenceRecommendationsJob.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.InferenceRecommendationsJob.BuildersamplePayloadUrl(String samplePayloadUrl)The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.InferenceRecommendationsJob.Builderstatus(String status)The status of the job.InferenceRecommendationsJob.Builderstatus(RecommendationJobStatus status)The status of the job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobName
InferenceRecommendationsJob.Builder jobName(String jobName)
The name of the job.
- Parameters:
jobName- The name of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobDescription
InferenceRecommendationsJob.Builder jobDescription(String jobDescription)
The job description.
- Parameters:
jobDescription- The job description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
InferenceRecommendationsJob.Builder jobType(String jobType)
The recommendation job type.
- Parameters:
jobType- The recommendation job type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobType,RecommendationJobType
-
jobType
InferenceRecommendationsJob.Builder jobType(RecommendationJobType jobType)
The recommendation job type.
- Parameters:
jobType- The recommendation job type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobType,RecommendationJobType
-
jobArn
InferenceRecommendationsJob.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
- Parameters:
jobArn- The Amazon Resource Name (ARN) of the recommendation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
InferenceRecommendationsJob.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
InferenceRecommendationsJob.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
InferenceRecommendationsJob.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
InferenceRecommendationsJob.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.
-
roleArn
InferenceRecommendationsJob.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
InferenceRecommendationsJob.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
InferenceRecommendationsJob.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.
-
modelName
InferenceRecommendationsJob.Builder modelName(String modelName)
The name of the created model.
- Parameters:
modelName- The name of the created model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplePayloadUrl
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageVersionArn
InferenceRecommendationsJob.Builder modelPackageVersionArn(String modelPackageVersionArn)
The Amazon Resource Name (ARN) of a versioned model package.
- Parameters:
modelPackageVersionArn- The Amazon Resource Name (ARN) of a versioned model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-