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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the version was created.

Returns:

  • (Time)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

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

Returns:

  • (String)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#image_arnString

The ARN of the image the version is based on.

Returns:

  • (String)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#image_version_arnString

The ARN of the version.

Returns:

  • (String)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#image_version_statusString

The status of the version.

Returns:

  • (String)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the version was last modified.

Returns:

  • (Time)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version number.

Returns:

  • (Integer)


22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22714

class ImageVersion < Struct.new(
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version)
  SENSITIVE = []
  include Aws::Structure
end