Class MLTrainingTaskRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.action.ActionRequest
org.opensearch.ml.common.transport.MLTaskRequest
org.opensearch.ml.common.transport.training.MLTrainingTaskRequest
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.tasks.TaskAwareRequest

public class MLTrainingTaskRequest extends MLTaskRequest
  • Constructor Details

    • MLTrainingTaskRequest

      public MLTrainingTaskRequest(MLInput mlInput, boolean async, boolean dispatchTask)
    • MLTrainingTaskRequest

      public MLTrainingTaskRequest(MLInput mlInput, boolean async)
    • MLTrainingTaskRequest

      public MLTrainingTaskRequest(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details