v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Creates an <i>action</i>. 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 <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon SageMaker ML Lineage Tracking</a>.

post/#X-Amz-Target=SageMaker.CreateAction

Headers

X-Amz-Target'SageMaker.CreateAction' required

Request body

ActionNamestring required

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

ActionTypestring required

The action type.

Descriptionstring

The description of the action.

Status'Unknown' | 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped'

The status of the action.

Propertiesobject

A list of properties to add to the action.

Response

Success

ActionArnstring

The Amazon Resource Name (ARN) of the action.