deleteMlEndpoint
inline suspend fun NeptunedataClient.deleteMlEndpoint(crossinline block: DeleteMlEndpointRequest.Builder.() -> Unit): DeleteMlEndpointResponse
Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteMLEndpoint IAM action in that cluster.