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

Class: Aws::SageMaker::Types::DescribeImageResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the image was created.

Returns:

  • (Time)

    When the image was created.

#descriptionString

The description of the image.

Returns:

  • (String)

    The description of the image.

#display_nameString

The name of the image as displayed.

Returns:

  • (String)

    The name of the image as displayed.

#failure_reasonString

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

Returns:

  • (String)

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

#image_arnString

The Amazon Resource Name (ARN) of the image.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the image.

#image_nameString

The name of the image.

Returns:

  • (String)

    The name of the image.

#image_statusString

The status of the image.

Possible values:

  • CREATING
  • CREATED
  • CREATE_FAILED
  • UPDATING
  • UPDATE_FAILED
  • DELETING
  • DELETE_FAILED

Returns:

  • (String)

    The status of the image.

#last_modified_timeTime

When the image was last modified.

Returns:

  • (Time)

    When the image was last modified.

#role_arnString

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

Returns:

  • (String)

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