You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::CustomImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CustomImage
- Defined in:
- (unknown)
Overview
Note:
When passing CustomImage as input to an Aws::Client method, you can use a vanilla Hash:
{
image_name: "ImageName", # required
image_version_number: 1,
app_image_config_name: "AppImageConfigName", # required
}
A custom SageMaker image. For more information, see Bring your own SageMaker image.
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.
#image_name ⇒ String
The name of the CustomImage. Must be unique to your account.
#image_version_number ⇒ Integer
The version number of the CustomImage.