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" :{, "Source" :Key:Value, ...}ActionSource, "Status" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SageMaker::Action Properties: ActionName:StringActionType:StringDescription:StringMetadataProperties:MetadataPropertiesProperties:Source:Key:ValueActionSourceStatus:StringTags:- Tag
Properties
ActionName-
The name of the action.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$Minimum:
1Maximum:
120Update requires: Replacement
ActionType-
The type of the action.
Required: Yes
Type: String
Maximum:
256Update requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Maximum:
3072Update requires: No interruption
MetadataProperties-
Metadata properties of the tracking entity, trial, or trial component.
Required: No
Type: MetadataProperties
Update requires: Replacement
PropertiesProperty description not available.
Required: No
Type: Object of String
Pattern:
.+Maximum:
2500Update 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 | StoppedUpdate requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreationTime-
When the action was created.
LastModifiedTime-
When the action was last modified.