AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateContext operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateContextRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateContextRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateContextRequest type exposes the following members

Constructors

NameDescription
Public Method CreateContextRequest()

Properties

NameTypeDescription
Public Property ContextName System.String

Gets and sets the property ContextName.

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

Public Property ContextType System.String

Gets and sets the property ContextType.

The context type.

Public Property Description System.String

Gets and sets the property Description.

The description of the context.

Public Property Properties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Properties.

A list of properties to add to the context.

Public Property Source Amazon.SageMaker.Model.ContextSource

Gets and sets the property Source.

The source type, ID, and URI.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

A list of tags to apply to the context.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5