Creates a custom SageMaker image
Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Container Registry (ECR). For more information, see Bring your own SageMaker image.
sagemaker_create_image(Description, DisplayName, ImageName, RoleArn, Tags)
Description |
The description of the image. |
DisplayName |
The display name of the image. If not provided, |
ImageName |
[required] The name of the image. Must be unique to your account. |
RoleArn |
[required] The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf. |
Tags |
A list of tags to apply to the image. |
A list with the following syntax:
list( ImageArn = "string" )
svc$create_image( Description = "string", DisplayName = "string", ImageName = "string", RoleArn = "string", Tags = list( list( Key = "string", Value = "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.