Class LocalSampleCalculatorInput

java.lang.Object
org.opensearch.ml.common.input.execute.samplecalculator.LocalSampleCalculatorInput
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentObject, Input

public class LocalSampleCalculatorInput extends Object implements Input
  • Field Details

    • PARSE_FIELD_NAME

      public static final String PARSE_FIELD_NAME
    • XCONTENT_REGISTRY

      public static final org.opensearch.core.xcontent.NamedXContentRegistry.Entry XCONTENT_REGISTRY
    • OPERATION_FIELD

      public static final String OPERATION_FIELD
      See Also:
    • INPUT_DATA_FIELD

      public static final String INPUT_DATA_FIELD
      See Also:
  • Constructor Details

    • LocalSampleCalculatorInput

      public LocalSampleCalculatorInput(String operation, List<Double> inputData)
    • LocalSampleCalculatorInput

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