class Aws::SageMaker::Types::CreateContextRequest
@note When making an API call, you may pass CreateContextRequest
data as a hash: { context_name: "ExperimentEntityName", # required source: { # required source_uri: "String2048", # required source_type: "String256", source_id: "String256", }, context_type: "String256", # required description: "ExperimentDescription", properties: { "StringParameterValue" => "StringParameterValue", }, tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] context_name
The name of the context. Must be unique to your account in an Amazon Web Services Region. @return [String]
@!attribute [rw] source
The source type, ID, and URI. @return [Types::ContextSource]
@!attribute [rw] context_type
The context type. @return [String]
@!attribute [rw] description
The description of the context. @return [String]
@!attribute [rw] properties
A list of properties to add to the context. @return [Hash<String,String>]
@!attribute [rw] tags
A list of tags to apply to the context. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateContextRequest AWS API Documentation
Constants
- SENSITIVE