Class ClearTrainedModelDeploymentCacheRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.ClearTrainedModelDeploymentCacheRequest

public class ClearTrainedModelDeploymentCacheRequest
extends RequestBase
Clears a trained model deployment cache on all nodes where the trained model is assigned. A trained model deployment may have an inference cache enabled. As requests are handled by each allocated node, their responses may be cached on that individual node. Calling this API clears the caches without restarting the deployment.
See Also:
API specification