Class: Aws::SageMaker::Types::DeleteEndpointInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpoint_nameString

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