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>
  • Field Details

    • INSTANCE

      public static final InferTrainedModelDeploymentAction INSTANCE
    • NAME

      public static final String 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()