Class MLUndeployModelNodesRequest
java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.action.ActionRequest
org.opensearch.action.support.nodes.BaseNodesRequest<MLUndeployModelNodesRequest>
org.opensearch.ml.common.transport.undeploy.MLUndeployModelNodesRequest
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable,org.opensearch.tasks.TaskAwareRequest
public class MLUndeployModelNodesRequest
extends org.opensearch.action.support.nodes.BaseNodesRequest<MLUndeployModelNodesRequest>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.transport.TransportRequest
org.opensearch.transport.TransportRequest.EmptyNested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionMLUndeployModelNodesRequest(String[] nodeIds, String[] modelIds) MLUndeployModelNodesRequest(org.opensearch.cluster.node.DiscoveryNode... nodes) MLUndeployModelNodesRequest(org.opensearch.core.common.io.stream.StreamInput in) -
Method Summary
Methods inherited from class org.opensearch.action.support.nodes.BaseNodesRequest
concreteNodes, nodesIds, nodesIds, setConcreteNodes, timeout, timeout, timeout, validateMethods inherited from class org.opensearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.opensearch.transport.TransportRequest
getParentTask, setParentTaskMethods inherited from class org.opensearch.core.transport.TransportMessage
remoteAddress, remoteAddressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
MLUndeployModelNodesRequest
public MLUndeployModelNodesRequest(org.opensearch.core.common.io.stream.StreamInput in) throws IOException - Throws:
IOException
-
MLUndeployModelNodesRequest
-
MLUndeployModelNodesRequest
public MLUndeployModelNodesRequest(org.opensearch.cluster.node.DiscoveryNode... nodes)
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceorg.opensearch.core.common.io.stream.Writeable- Overrides:
writeToin classorg.opensearch.action.support.nodes.BaseNodesRequest<MLUndeployModelNodesRequest>- Throws:
IOException
-
getModelIds
-