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.Params

    Nested 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

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface org.opensearch.core.common.io.stream.NamedWriteable

    getWriteableName

    Methods inherited from interface org.opensearch.core.xcontent.ToXContent

    toXContent

    Methods inherited from interface org.opensearch.core.xcontent.ToXContentObject

    isFragment

    Methods inherited from interface org.opensearch.core.common.io.stream.Writeable

    writeTo
  • Method Details

    • getVersion

      int getVersion()