AWS::SageMaker::ContextResource type definition for AWS::SageMaker::Context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContextName | string | RequiredCreate-only |
ContextType | string | RequiredCreate-only |
Source | object | RequiredCreate-only |
Description | string | |
Properties | object | |
Tags | Array<object> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the context. |
CreationTime | string | When the context was created. |
LastModifiedTime | string | When the context was last modified. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Context
Resources:
MyResource:
Type: AWS::SageMaker::Context
Properties:
ContextName: "my-contextname"
ContextType: "value"
Source: {}
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateContextsagemaker:DescribeContextsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeContextsagemaker:ListTagssagemaker:UpdateContextsagemaker:DescribeContextsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteContextsagemaker:DescribeContextsagemaker:ListTagssagemaker:ListContextsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ContextNameContextTypeSource