comprehend_delete_endpoint {paws.machine.learning} | R Documentation |
Deletes a model-specific endpoint for a previously-trained custom model
Description
Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
See https://www.paws-r-sdk.com/docs/comprehend_delete_endpoint/ for full documentation.
Usage
comprehend_delete_endpoint(EndpointArn)
Arguments
EndpointArn |
[required] The Amazon Resource Number (ARN) of the endpoint being deleted. |
[Package paws.machine.learning version 0.9.0 Index]