View a markdown version of this page

AWS::SageMaker::Context - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::Context", "Properties" : { "ContextName" : String, "ContextType" : String, "Description" : String, "Properties" : {Key: Value, ...}, "Source" : Source, "Tags" : [ TagsItems, ... ] } }

YAML

Type: AWS::SageMaker::Context Properties: ContextName: String ContextType: String Description: String Properties: Key: Value Source: Source Tags: - TagsItems

Properties

ContextName

The name of the context.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 120

Update requires: Replacement

ContextType

The type of the context.

Required: Yes

Type: String

Minimum: 0

Maximum: 256

Update requires: Replacement

Description

Property description not available.

Required: No

Type: String

Minimum: 0

Maximum: 3072

Update requires: No interruption

Properties

Property description not available.

Required: No

Type: Object of String

Pattern: ^.{0,2500}$

Maximum: 2500

Update requires: No interruption

Source

The source of the context.

Required: Yes

Type: Source

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of TagsItems

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreationTime

When the context was created.

LastModifiedTime

When the context was last modified.