Updates the properties of a SageMaker AI image version.
See https://www.paws-r-sdk.com/docs/sagemaker_update_image_version/ for full documentation.
sagemaker_update_image_version(
ImageName,
Alias = NULL,
Version = NULL,
AliasesToAdd = NULL,
AliasesToDelete = NULL,
VendorGuidance = NULL,
JobType = NULL,
MLFramework = NULL,
ProgrammingLang = NULL,
Processor = NULL,
Horovod = NULL,
ReleaseNotes = NULL
)
[required] The name of the image.
The alias of the image version.
The version of the image.
A list of aliases to add.
A list of aliases to delete.
The availability 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.
Indicates SageMaker AI job type compatibility.
TRAINING
: The image version is compatible with SageMaker AI
training jobs.
INFERENCE
: The image version is compatible with SageMaker AI
inference jobs.
NOTEBOOK_KERNEL
: The image version is compatible with SageMaker AI
notebook kernels.
The machine learning framework vended in the image version.
The supported programming language and its version.
Indicates CPU or GPU compatibility.
CPU
: The image version is compatible with CPU.
GPU
: The image version is compatible with GPU.
Indicates Horovod compatibility.
The maintainer description of the image version.