Class DescribeImageVersionResponse

    • Method Detail

      • baseImage

        public final String baseImage()

        The registry path of the container image on which this image version is based.

        Returns:
        The registry path of the container image on which this image version is based.
      • containerImage

        public final String containerImage()

        The registry path of the container image that contains this image version.

        Returns:
        The registry path of the container image that contains this image version.
      • creationTime

        public final Instant creationTime()

        When the version was created.

        Returns:
        When the version was created.
      • failureReason

        public final String failureReason()

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

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

        public final String imageArn()

        The ARN of the image the version is based on.

        Returns:
        The ARN of the image the version is based on.
      • imageVersionArn

        public final String imageVersionArn()

        The ARN of the version.

        Returns:
        The ARN of the version.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the version was last modified.

        Returns:
        When the version was last modified.
      • version

        public final Integer version()

        The version number.

        Returns:
        The version number.
      • vendorGuidance

        public final VendorGuidance vendorGuidance()

        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

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

        Returns:
        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        See Also:
        VendorGuidance
      • vendorGuidanceAsString

        public final String vendorGuidanceAsString()

        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

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

        Returns:
        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        See Also:
        VendorGuidance
      • jobType

        public final JobType jobType()

        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

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

        Returns:
        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        See Also:
        JobType
      • jobTypeAsString

        public final String jobTypeAsString()

        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

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

        Returns:
        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        See Also:
        JobType
      • mlFramework

        public final String mlFramework()

        The machine learning framework vended in the image version.

        Returns:
        The machine learning framework vended in the image version.
      • programmingLang

        public final String programmingLang()

        The supported programming language and its version.

        Returns:
        The supported programming language and its version.
      • processor

        public final Processor processor()

        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

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

        Returns:
        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        See Also:
        Processor
      • processorAsString

        public final String processorAsString()

        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

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

        Returns:
        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        See Also:
        Processor
      • horovod

        public final Boolean horovod()

        Indicates Horovod compatibility.

        Returns:
        Indicates Horovod compatibility.
      • releaseNotes

        public final String releaseNotes()

        The maintainer description of the image version.

        Returns:
        The maintainer description of the image version.
      • 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