Class: Aws::SageMaker::Types::DeleteEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteEndpointInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DeleteEndpointInput data as a hash:
{
endpoint_name: "EndpointName", # required
}
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The name of the endpoint that you want to delete.
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint that you want to delete.
5717 5718 5719 5720 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5717 class DeleteEndpointInput < Struct.new( :endpoint_name) include Aws::Structure end |