Class InferenceRecommendationsJob

    • Method Detail

      • jobName

        public final String jobName()

        The name of the job.

        Returns:
        The name of the job.
      • jobDescription

        public final String jobDescription()

        The job description.

        Returns:
        The job description.
      • jobArn

        public final String jobArn()

        The Amazon Resource Name (ARN) of the recommendation job.

        Returns:
        The Amazon Resource Name (ARN) of the recommendation job.
      • creationTime

        public final Instant creationTime()

        A timestamp that shows when the job was created.

        Returns:
        A timestamp that shows when the job was created.
      • completionTime

        public final Instant completionTime()

        A timestamp that shows when the job completed.

        Returns:
        A timestamp that shows when the job completed.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        A timestamp that shows when the job was last modified.

        Returns:
        A timestamp that shows when the job was last modified.
      • failureReason

        public final String failureReason()

        If the job fails, provides information why the job failed.

        Returns:
        If the job fails, provides information why the job failed.
      • modelName

        public final String modelName()

        The name of the created model.

        Returns:
        The name of the created model.
      • samplePayloadUrl

        public final 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).

        Returns:
        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).
      • modelPackageVersionArn

        public final String modelPackageVersionArn()

        The Amazon Resource Name (ARN) of a versioned model package.

        Returns:
        The Amazon Resource Name (ARN) of a versioned model package.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)