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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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)


22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22738

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