Updates the properties of a SageMaker image version.
post/#X-Amz-Target=SageMaker.UpdateImageVersion
Headers
X-Amz-Target'SageMaker.UpdateImageVersion' required
Request body
ImageNamestring required
The name of the image.
Aliasstring
The alias of the image version.
Versioninteger
The version of the image.
AliasesToAddSageMakerImageVersionAlias[]
A list of aliases to add.
AliasesToDeleteSageMakerImageVersionAlias[]
A list of aliases to delete.
VendorGuidance'NOT_PROVIDED' | 'STABLE' | 'TO_BE_ARCHIVED' | 'ARCHIVED'
<p>The availability of the image version specified by the maintainer.</p> <ul> <li> <p> <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p> </li> <li> <p> <code>STABLE</code>: The image version is stable.</p> </li> <li> <p> <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.</p> </li> <li> <p> <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p> </li> </ul>
JobType'TRAINING' | 'INFERENCE' | 'NOTEBOOK_KERNEL'
<p>Indicates SageMaker job type compatibility.</p> <ul> <li> <p> <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p> </li> <li> <p> <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p> </li> <li> <p> <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p> </li> </ul>
MLFrameworkstring
The machine learning framework vended in the image version.
ProgrammingLangstring
The supported programming language and its version.
Processor'CPU' | 'GPU'
<p>Indicates CPU or GPU compatibility.</p> <ul> <li> <p> <code>CPU</code>: The image version is compatible with CPU.</p> </li> <li> <p> <code>GPU</code>: The image version is compatible with GPU.</p> </li> </ul>
Horovodboolean
Indicates Horovod compatibility.
ReleaseNotesstring
The maintainer description of the image version.
Response
Success
ImageVersionArnstring
The ARN of the image version.