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.
47421 47422 47423 47424 47425 47426 47427 47428 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47421 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description for the context.
47421 47422 47423 47424 47425 47426 47427 47428 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47421 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.
47421 47422 47423 47424 47425 47426 47427 47428 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47421 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.
47421 47422 47423 47424 47425 47426 47427 47428 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47421 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |