sagemaker_delete_endpoint {paws.machine.learning}R Documentation

Deletes an endpoint

Description

Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_endpoint/ for full documentation.

Usage

sagemaker_delete_endpoint(EndpointName)

Arguments

EndpointName

[required] The name of the endpoint that you want to delete.


[Package paws.machine.learning version 0.7.0 Index]