sagemaker_create_context: Creates a context

View source: R/sagemaker_operations.R

sagemaker_create_contextR Documentation

Creates a context

Description

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.

See https://www.paws-r-sdk.com/docs/sagemaker_create_context/ for full documentation.

Usage

sagemaker_create_context(
  ContextName,
  Source,
  ContextType,
  Description = NULL,
  Properties = NULL,
  Tags = NULL
)

Arguments

ContextName

[required] The name of the context. Must be unique to your account in an Amazon Web Services Region.

Source

[required] The source type, ID, and URI.

ContextType

[required] The context type.

Description

The description of the context.

Properties

A list of properties to add to the context.

Tags

A list of tags to apply to the context.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.