You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::CreateImageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateImageVersionRequest
- Defined in:
- (unknown)
Overview
When passing CreateImageVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
base_image: "ImageBaseImage", # required
client_token: "ClientToken", # required
image_name: "ImageName", # required
}
Instance Attribute Summary collapse
-
#base_image ⇒ String
The registry path of the container image to use as the starting point for this version.
-
#client_token ⇒ String
A unique ID.
-
#image_name ⇒ String
The
ImageName
of theImage
to create a version of.
Instance Attribute Details
#base_image ⇒ String
The registry path of the container image to use as the starting point for this version. The path is an Amazon Container Registry (ECR) URI in the following format:
<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or
[@digest]>
#client_token ⇒ String
A unique ID. If not specified, the AWS CLI and AWS SDKs, such as the SDK for Python (Boto3), add a unique value to the call.
#image_name ⇒ String
The ImageName
of the Image
to create a version of.