Class InferTrainedModelDeploymentAction.Request

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest
Enclosing class:
InferTrainedModelDeploymentAction

public static class InferTrainedModelDeploymentAction.Request extends BaseTasksRequest<InferTrainedModelDeploymentAction.Request>
Request for inference against the deployment. The task gets routed to a node that indicates its local model assignment is started For indicating timeout, the caller should call `setInferenceTimeout` and not the base class `setTimeout` method