sagemaker_delete_endpoint_config {paws.machine.learning} | R Documentation |
Deletes an endpoint configuration
Description
Deletes an endpoint configuration. The delete_endpoint_config
API deletes only the specified configuration. It does not delete endpoints created using the configuration.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_endpoint_config/ for full documentation.
Usage
sagemaker_delete_endpoint_config(EndpointConfigName)
Arguments
EndpointConfigName |
[required] The name of the endpoint configuration that you want to delete. |
[Package paws.machine.learning version 0.9.0 Index]