Class MLInput

java.lang.Object
org.opensearch.ml.common.input.MLInput
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentObject, Input
Direct Known Subclasses:
AgentMLInput, QuestionAnsweringMLInput, RemoteInferenceMLInput, TextDocsMLInput, TextSimilarityMLInput

public class MLInput extends Object implements Input
ML input data: algorithm name, parameters and input data set.