Class: Aws::SageMaker::Types::DeleteEndpointConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteEndpointConfigInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_config_name ⇒ String
The name of the endpoint configuration that you want to delete.
Instance Attribute Details
#endpoint_config_name ⇒ String
The name of the endpoint configuration that you want to delete.
11373 11374 11375 11376 11377 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11373 class DeleteEndpointConfigInput < Struct.new( :endpoint_config_name) SENSITIVE = [] include Aws::Structure end |