Class: Aws::SageMaker::Types::CustomImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CustomImage
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A custom SageMaker image. For more information, see Bring your own SageMaker image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_image_config_name ⇒ String
The name of the AppImageConfig.
-
#image_name ⇒ String
The name of the CustomImage.
-
#image_version_number ⇒ Integer
The version number of the CustomImage.
Instance Attribute Details
#app_image_config_name ⇒ String
The name of the AppImageConfig.
10477 10478 10479 10480 10481 10482 10483 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10477 class CustomImage < Struct.new( :image_name, :image_version_number, :app_image_config_name) SENSITIVE = [] include Aws::Structure end |
#image_name ⇒ String
The name of the CustomImage. Must be unique to your account.
10477 10478 10479 10480 10481 10482 10483 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10477 class CustomImage < Struct.new( :image_name, :image_version_number, :app_image_config_name) SENSITIVE = [] include Aws::Structure end |
#image_version_number ⇒ Integer
The version number of the CustomImage.
10477 10478 10479 10480 10481 10482 10483 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10477 class CustomImage < Struct.new( :image_name, :image_version_number, :app_image_config_name) SENSITIVE = [] include Aws::Structure end |