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 CreateImageVersion operation. Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon ECR container image specified by BaseImage.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateImageVersionRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateImageVersionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateImageVersionRequest()

Properties

NameTypeDescription
Public Property Aliases System.Collections.Generic.List<System.String>

Gets and sets the property Aliases.

A list of aliases created with the image version.

Public Property BaseImage System.String

Gets and sets the property BaseImage.

The registry path of the container image to use as the starting point for this version. The path is an Amazon ECR URI in the following format:

.dkr.ecr..amazonaws.com/

Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.

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 ImageName of the Image to create a version of.

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 stability 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.

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