You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Hide deprecated APIs completely in serverless (#97408)
We have a couple of APIs that are deprecated:
- Infer trained model deployment (note the "deployment" part - we are not deprecating model inference!)
- Post anomaly detection job data
There should be no need for anybody to use these APIs in serverless,
even for internal debugging, so we can completely hide them in
serverless.
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/rest/inference/RestInferTrainedModelDeploymentAction.java
0 commit comments