View a markdown version of this page

AWS::SageMaker::Action - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Action

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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::Action", "Properties" : { "ActionName" : String, "ActionType" : String, "Description" : String, "MetadataProperties" : MetadataProperties, "Properties" : {Key: Value, ...}, "Source" : ActionSource, "Status" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SageMaker::Action Properties: ActionName: String ActionType: String Description: String MetadataProperties: MetadataProperties Properties: Key: Value Source: ActionSource Status: String Tags: - Tag

Properties

ActionName

The name of the action.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$

Minimum: 1

Maximum: 120

Update requires: Replacement

ActionType

The type of the action.

Required: Yes

Type: String

Maximum: 256

Update requires: Replacement

Description

Property description not available.

Required: No

Type: String

Maximum: 3072

Update requires: No interruption

MetadataProperties

Metadata properties of the tracking entity, trial, or trial component.

Required: No

Type: MetadataProperties

Update requires: Replacement

Properties

Property description not available.

Required: No

Type: Object of String

Pattern: .+

Maximum: 2500

Update requires: No interruption

Source

The source of the action.

Required: Yes

Type: ActionSource

Update requires: Replacement

Status

The status of the action.

Required: No

Type: String

Allowed values: Unknown | InProgress | Completed | Failed | Stopping | Stopped

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreationTime

When the action was created.

LastModifiedTime

When the action was last modified.