Class DescribeImageResponse

    • Method Detail

      • creationTime

        public final Instant creationTime()

        When the image was created.

        Returns:
        When the image was created.
      • description

        public final String description()

        The description of the image.

        Returns:
        The description of the image.
      • displayName

        public final String displayName()

        The name of the image as displayed.

        Returns:
        The name of the image as displayed.
      • failureReason

        public final String failureReason()

        When a create, update, or delete operation fails, the reason for the failure.

        Returns:
        When a create, update, or delete operation fails, the reason for the failure.
      • imageArn

        public final String imageArn()

        The ARN of the image.

        Returns:
        The ARN of the image.
      • imageName

        public final String imageName()

        The name of the image.

        Returns:
        The name of the image.
      • imageStatusAsString

        public final String imageStatusAsString()

        The status of the image.

        If the service returns an enum value that is not available in the current SDK version, imageStatus will return ImageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from imageStatusAsString().

        Returns:
        The status of the image.
        See Also:
        ImageStatus
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the image was last modified.

        Returns:
        When the image was last modified.
      • roleArn

        public final String roleArn()

        The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

        Returns:
        The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
      • 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