View source: R/sagemaker_operations.R
sagemaker_update_image_version | R Documentation |
Updates the properties of a SageMaker 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
)
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.
|
JobType |
Indicates SageMaker job type compatibility.
|
MLFramework |
The machine learning framework vended in the image version. |
ProgrammingLang |
The supported programming language and its version. |
Processor |
Indicates CPU or GPU compatibility.
|
Horovod |
Indicates Horovod compatibility. |
ReleaseNotes |
The maintainer description of the image version. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.