sagemaker_create_image: Creates a custom SageMaker image

View source: R/sagemaker_operations.R

sagemaker_create_imageR Documentation

Creates a custom SageMaker image

Description

Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon ECR. For more information, see Bring your own SageMaker image.

See https://www.paws-r-sdk.com/docs/sagemaker_create_image/ for full documentation.

Usage

sagemaker_create_image(
  Description = NULL,
  DisplayName = NULL,
  ImageName,
  RoleArn,
  Tags = NULL
)

Arguments

Description

The description of the image.

DisplayName

The display name of the image. If not provided, ImageName is displayed.

ImageName

[required] The name of the image. Must be unique to your account.

RoleArn

[required] The 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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.