Module org.elasticsearch.xcore
Class InferTrainedModelDeploymentAction
java.lang.Object
org.elasticsearch.action.ActionType<InferTrainedModelDeploymentAction.Response>
org.elasticsearch.xpack.core.ml.action.InferTrainedModelDeploymentAction
public class InferTrainedModelDeploymentAction
extends ActionType<InferTrainedModelDeploymentAction.Response>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequest for inference against the deployment.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InferTrainedModelDeploymentActionstatic final StringDo not call this action directly, use InferModelAction instead which will perform various checks and set the node the request should execute on. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
Do not call this action directly, use InferModelAction instead which will perform various checks and set the node the request should execute on. The action is poorly named as once it was publicly accessible and exposed through a REST API now it _must_ only called internally.- See Also:
-
-
Constructor Details
-
InferTrainedModelDeploymentAction
public InferTrainedModelDeploymentAction()
-