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 Details

    • 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

      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:
    • 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:
    • 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

      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:
    • 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:
    • 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

      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

      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.