Class: Aws::SageMaker::Types::UpdateContextRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateContextRequest
- 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 to update.
-
#description ⇒ String
The new description for the context.
-
#properties ⇒ Hash<String,String>
The new list of properties.
-
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
Instance Attribute Details
#context_name ⇒ String
The name of the context to update.
45296 45297 45298 45299 45300 45301 45302 45303 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45296 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description for the context.
45296 45297 45298 45299 45300 45301 45302 45303 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45296 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
The new list of properties. Overwrites the current property list.
45296 45297 45298 45299 45300 45301 45302 45303 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45296 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
45296 45297 45298 45299 45300 45301 45302 45303 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45296 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |