Package org.opensearch.ml.common.input
Interface Input
- All Superinterfaces:
org.opensearch.core.xcontent.ToXContent,org.opensearch.core.xcontent.ToXContentObject,org.opensearch.core.common.io.stream.Writeable
- All Known Implementing Classes:
AgentMLInput,AnomalyLocalizationInput,LocalSampleCalculatorInput,MetricsCorrelationInput,MLInput,QuestionAnsweringMLInput,RemoteInferenceMLInput,TextDocsMLInput,TextSimilarityMLInput
public interface Input
extends org.opensearch.core.xcontent.ToXContentObject, org.opensearch.core.common.io.stream.Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent
org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.ParamsNested 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> -
Field Summary
Fields inherited from interface org.opensearch.core.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Methods inherited from interface org.opensearch.core.xcontent.ToXContent
toXContentMethods inherited from interface org.opensearch.core.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.opensearch.core.common.io.stream.Writeable
writeTo
-
Method Details
-
getFunctionName
FunctionName getFunctionName()
-