Updates the properties of a SageMaker AI image version
Source:R/sagemaker_operations.R
sagemaker_update_image_version.RdUpdates the properties of a SageMaker AI image version.
See https://www.paws-r-sdk.com/docs/sagemaker_update_image_version/ for full documentation.
Usage
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
)Arguments
- ImageName
[required] The name of the image.
- Alias
The alias of the image version.
- Version
The version of the image.
- AliasesToAdd
A list of aliases to add.
- AliasesToDelete
A list of aliases to delete.
- VendorGuidance
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.
- JobType
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.
- 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.