Class: Aws::SageMaker::Types::Image

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the image was created.

Returns:

  • (Time)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the image.

Returns:

  • (String)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the image as displayed.

Returns:

  • (String)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

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

Returns:

  • (String)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#image_arnString

The ARN of the image.

Returns:

  • (String)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the image.

Returns:

  • (String)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#image_statusString

The status of the image.

Returns:

  • (String)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the image was last modified.

Returns:

  • (Time)


22622
22623
22624
22625
22626
22627
22628
22629
22630
22631
22632
22633
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22622

class Image < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end