Class: Aws::SageMaker::Types::CreateContextRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateContextRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_name ⇒ String
The name of the context.
-
#context_type ⇒ String
The context type.
-
#description ⇒ String
The description of the context.
-
#properties ⇒ Hash<String,String>
A list of properties to add to the context.
-
#source ⇒ Types::ContextSource
The source type, ID, and URI.
-
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the context.
Instance Attribute Details
#context_name ⇒ String
The name of the context. Must be unique to your account in an Amazon Web Services Region.
6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6077 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#context_type ⇒ String
The context type.
6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6077 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the context.
6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6077 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
A list of properties to add to the context.
6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6077 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::ContextSource
The source type, ID, and URI.
6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6077 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the context.
6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6077 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |