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 UpdateImage operation. Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateImageRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateImageRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateImageRequest()

Properties

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

Gets and sets the property DeleteProperties.

A list of properties to delete. Only the Description and DisplayName properties can be deleted.

Public Property Description System.String

Gets and sets the property Description.

The new description for the image.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The new display name for the image.

Public Property ImageName System.String

Gets and sets the property ImageName.

The name of the image to update.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

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