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::Context
Creates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. 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::Context", "Properties" : { "ContextName" :String, "ContextType" :String, "Description" :String, "Properties" :{, "Source" :Key:Value, ...}Source, "Tags" :[ TagsItems, ... ]} }
YAML
Type: AWS::SageMaker::Context Properties: ContextName:StringContextType:StringDescription:StringProperties:Source:Key:ValueSourceTags:- TagsItems
Properties
ContextName-
The name of the context.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,119}$Minimum:
1Maximum:
120Update requires: Replacement
ContextType-
The type of the context.
Required: Yes
Type: String
Minimum:
0Maximum:
256Update requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Minimum:
0Maximum:
3072Update requires: No interruption
PropertiesProperty description not available.
Required: No
Type: Object of String
Pattern:
^.{0,2500}$Maximum:
2500Update requires: No interruption
Source-
The source of the context.
Required: Yes
Type: Source
Update requires: Replacement
Property description not available.
Required: No
Type: Array of TagsItems
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreationTime-
When the context was created.
LastModifiedTime-
When the context was last modified.