Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_create_image_version

Creates a version of the SageMaker image specified by ImageName


Description

Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon Container Registry (ECR) container image specified by BaseImage.

Usage

sagemaker_create_image_version(BaseImage, ClientToken, ImageName)

Arguments

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:

<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>

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 ImageName of the Image to create a version of.

Value

A list with the following syntax:

list(
  ImageVersionArn = "string"
)

Request syntax

svc$create_image_version(
  BaseImage = "string",
  ClientToken = "string",
  ImageName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.