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 CreateImage operation. Creates a custom SageMaker AI image. A SageMaker AI image is a set of image versions. Each image version represents a container image stored in Amazon ECR. For more information, see Bring your own SageMaker AI image.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateImageRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateImageRequest type exposes the following members

Constructors

NameDescription
Public Method CreateImageRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the image.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The display name of the image. If not provided, ImageName is displayed.

Public Property ImageName System.String

Gets and sets the property ImageName.

The name of the image. Must be unique to your account.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

A list of tags to apply to 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