Class: Aws::SageMaker::Types::DeleteEndpointConfigInput

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 DeleteEndpointConfigInput data as a hash:

{
  endpoint_config_name: "EndpointConfigName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_config_nameString

The name of the endpoint configuration that you want to delete.

Returns:

  • (String)


2943
2944
2945
2946
# File 'lib/aws-sdk-sagemaker/types.rb', line 2943

class DeleteEndpointConfigInput < Struct.new(
  :endpoint_config_name)
  include Aws::Structure
end