Method: Aws::SageMaker::Types::DeleteEndpointInput#endpoint_name

Defined in:
lib/aws-sdk-sagemaker/types.rb

#endpoint_nameString

The name of the endpoint that you want to delete.

Returns:

  • (String)


14533
14534
14535
14536
14537
# File 'lib/aws-sdk-sagemaker/types.rb', line 14533

class DeleteEndpointInput < Struct.new(
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end