Class DataFrameInputDataset

java.lang.Object
org.opensearch.ml.common.dataset.MLInputDataset
org.opensearch.ml.common.dataset.DataFrameInputDataset
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable

public class DataFrameInputDataset extends MLInputDataset
DataFrame based input data. Client directly passes the data frame to ML plugin with this.
  • Constructor Details

    • DataFrameInputDataset

      public DataFrameInputDataset(@NonNull @NonNull DataFrame dataFrame)
    • DataFrameInputDataset

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