You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DescribeImageVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#base_imageString

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

Returns:

  • (String)

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

#container_imageString

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

Returns:

  • (String)

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

#creation_timeTime

When the version was created.

Returns:

  • (Time)

    When the version was created.

#failure_reasonString

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

Returns:

  • (String)

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

#image_arnString

The Amazon Resource Name (ARN) of the image the version is based on.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the image the version is based on.

#image_version_arnString

The ARN of the version.

Returns:

  • (String)

    The ARN of the version.

#image_version_statusString

The status of the version.

Possible values:

  • CREATING
  • CREATED
  • CREATE_FAILED
  • DELETING
  • DELETE_FAILED

Returns:

  • (String)

    The status of the version.

#last_modified_timeTime

When the version was last modified.

Returns:

  • (Time)

    When the version was last modified.

#versionInteger

The version number.

Returns:

  • (Integer)

    The version number.