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 CreateAction operation. Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateActionRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateActionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateActionRequest()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action. Must be unique to your account in an Amazon Web Services Region.

Public Property ActionType System.String

Gets and sets the property ActionType.

The action type.

Public Property Description System.String

Gets and sets the property Description.

The description of the action.

Public Property MetadataProperties Amazon.SageMaker.Model.MetadataProperties

Gets and sets the property MetadataProperties.

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

Gets and sets the property Properties.

A list of properties to add to the action.

Public Property Source Amazon.SageMaker.Model.ActionSource

Gets and sets the property Source.

The source type, ID, and URI.

Public Property Status Amazon.SageMaker.ActionStatus

Gets and sets the property Status.

The status of the action.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5