Class: Aws::SageMaker::Types::DeleteContextRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteContextRequest
- 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 delete.
Instance Attribute Details
#context_name ⇒ String
The name of the context to delete.
15580 15581 15582 15583 15584 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15580 class DeleteContextRequest < Struct.new( :context_name) SENSITIVE = [] include Aws::Structure end |