Class RemoteInferenceMLInput

java.lang.Object
org.opensearch.ml.common.input.MLInput
org.opensearch.ml.common.input.remote.RemoteInferenceMLInput
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentObject, Input

public class RemoteInferenceMLInput extends MLInput
  • Field Details

  • Constructor Details

    • RemoteInferenceMLInput

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

      public RemoteInferenceMLInput(org.opensearch.core.xcontent.XContentParser parser, FunctionName functionName) throws IOException
      Throws:
      IOException
  • Method Details

    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      writeTo in interface org.opensearch.core.common.io.stream.Writeable
      Overrides:
      writeTo in class MLInput
      Throws:
      IOException