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

Class: Aws::SageMaker::Types::ImageVersion

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

Overview

A version of a SageMaker Image. A version represents an existing container image.

Instance Attribute Summary collapse

Instance Attribute Details

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