Class: Aws::SageMaker::Types::DescribeImageVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_imageString

The registry path of the container image on which this image version is based.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#container_imageString

The registry path of the container image that contains this image version.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the version was created.

Returns:

  • (Time)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

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

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#horovodBoolean

Indicates Horovod compatibility.

Returns:

  • (Boolean)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#image_arnString

The ARN of the image the version is based on.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#image_version_arnString

The ARN of the version.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#image_version_statusString

The status of the version.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the version was last modified.

Returns:

  • (Time)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#ml_frameworkString

The machine learning framework vended in the image version.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#processorString

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#programming_langString

The supported programming language and its version.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#release_notesString

The maintainer description of the image version.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_guidanceString

The stability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version number.

Returns:

  • (Integer)


14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14136

class DescribeImageVersionResponse < Struct.new(
  :base_image,
  :container_image,
  :creation_time,
  :failure_reason,
  :image_arn,
  :image_version_arn,
  :image_version_status,
  :last_modified_time,
  :version,
  :vendor_guidance,
  :job_type,
  :ml_framework,
  :programming_lang,
  :processor,
  :horovod,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end