Creates a version of the SageMaker image specified by ImageName
Creates a version of the SageMaker image specified by ImageName
. The
version represents the Amazon Container Registry (ECR) container image
specified by BaseImage
.
sagemaker_create_image_version(BaseImage, ClientToken, ImageName)
BaseImage |
[required] 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:
|
ClientToken |
[required] 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. |
ImageName |
[required] The |
A list with the following syntax:
list( ImageVersionArn = "string" )
svc$create_image_version( BaseImage = "string", ClientToken = "string", ImageName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.