sagemaker_create_image_version: Creates a version of the SageMaker image specified by...

View source: R/sagemaker_operations.R

sagemaker_create_image_versionR Documentation

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 Elastic Container Registry (ECR) container image specified by BaseImage.

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

Usage

sagemaker_create_image_version(
  BaseImage,
  ClientToken,
  ImageName,
  Aliases = NULL,
  VendorGuidance = NULL,
  JobType = NULL,
  MLFramework = NULL,
  ProgrammingLang = NULL,
  Processor = NULL,
  Horovod = NULL,
  ReleaseNotes = NULL
)

Arguments

BaseImage

[required] The registry path of the container image to use as the starting point for this version. The path is an Amazon Elastic 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 Amazon Web Services CLI and Amazon Web Services 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.

Aliases

A list of aliases created with the image version.

VendorGuidance

The stability of the image version, specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

JobType

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

MLFramework

The machine learning framework vended in the image version.

ProgrammingLang

The supported programming language and its version.

Processor

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

Horovod

Indicates Horovod compatibility.

ReleaseNotes

The maintainer description of the image version.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.