Class MLUndeployModelsRequest

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.undeploy.MLUndeployModelsRequest
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.tasks.TaskAwareRequest

public class MLUndeployModelsRequest extends MLTaskRequest
  • Constructor Details

    • MLUndeployModelsRequest

      public MLUndeployModelsRequest(String[] modelIds, String[] nodeIds, boolean async, boolean dispatchTask)
    • MLUndeployModelsRequest

      public MLUndeployModelsRequest(String[] modelIds, String[] nodeIds)
    • MLUndeployModelsRequest

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