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.
6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#context_type ⇒ String
The context type.
6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the context.
6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012 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.
6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012 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.
6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012 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.
6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end |