Interface InferenceRecommendationsJob.Builder

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