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 UpdateAction operation. Updates an action.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateActionRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateActionRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateActionRequest()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action to update.

Public Property Description System.String

Gets and sets the property Description.

The new description for the action.

Public Property Properties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Properties.

The new list of properties. Overwrites the current property list.

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

Gets and sets the property PropertiesToRemove.

A list of properties to remove.

Public Property Status Amazon.SageMaker.ActionStatus

Gets and sets the property Status.

The new status for the action.

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