Class: Aws::SageMaker::Types::UpdateContextRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateContextRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
48397 48398 48399 48400 48401 48402 48403 48404 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48397 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description for the context.
48397 48398 48399 48400 48401 48402 48403 48404 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48397 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.
48397 48398 48399 48400 48401 48402 48403 48404 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48397 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.
48397 48398 48399 48400 48401 48402 48403 48404 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48397 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |