Interface MLAlgoParams
- All Superinterfaces:
org.opensearch.core.common.io.stream.NamedWriteable,org.opensearch.core.xcontent.ToXContent,org.opensearch.core.xcontent.ToXContentObject,org.opensearch.core.common.io.stream.Writeable
- All Known Implementing Classes:
AnomalyDetectionLibSVMParams,AsymmetricTextEmbeddingParameters,BatchRCFParams,FitRCFParams,KMeansParams,LinearRegressionParams,LogisticRegressionParams,RCFSummarizeParams,SampleAlgoParams
public interface MLAlgoParams
extends org.opensearch.core.xcontent.ToXContentObject, org.opensearch.core.common.io.stream.NamedWriteable
Machine learning algorithms parameter interface.
Implement this interface when add a new algorith.
-
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.common.io.stream.NamedWriteable
getWriteableNameMethods 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
-
getVersion
int getVersion()
-