AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateImageVersion operation. Updates the properties of a SageMaker image version.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.UpdateImageVersionRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateImageVersionRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateImageVersionRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateImageVersionRequest()

Properties

NameTypeDescription
Public Property Alias System.String

Gets and sets the property Alias.

The alias of the image version.

Public Property AliasesToAdd System.Collections.Generic.List<System.String>

Gets and sets the property AliasesToAdd.

A list of aliases to add.

Public Property AliasesToDelete System.Collections.Generic.List<System.String>

Gets and sets the property AliasesToDelete.

A list of aliases to delete.

Public Property Horovod System.Boolean

Gets and sets the property Horovod.

Indicates Horovod compatibility.

Public Property ImageName System.String

Gets and sets the property ImageName.

The name of the image.

Public Property JobType Amazon.SageMaker.JobType

Gets and sets the property 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.

Public Property MLFramework System.String

Gets and sets the property MLFramework.

The machine learning framework vended in the image version.

Public Property Processor Amazon.SageMaker.Processor

Gets and sets the property Processor.

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

Public Property ProgrammingLang System.String

Gets and sets the property ProgrammingLang.

The supported programming language and its version.

Public Property ReleaseNotes System.String

Gets and sets the property ReleaseNotes.

The maintainer description of the image version.

Public Property VendorGuidance Amazon.SageMaker.VendorGuidance

Gets and sets the property 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.

Public Property Version System.Int32

Gets and sets the property Version.

The version of the image.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5