Interface LenientlyParsedPreProcessor

All Superinterfaces:
org.apache.lucene.util.Accountable, NamedWriteable, NamedXContentObject, PreProcessor, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, Writeable
All Known Implementing Classes:
CustomWordEmbedding, FrequencyEncoding, Multi, NGram, OneHotEncoding, TargetMeanEncoding

public interface LenientlyParsedPreProcessor extends PreProcessor
To be used in conjunction with a lenient parser.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.xpack.core.ml.inference.preprocessing.PreProcessor

    PreProcessor.PreProcessorParseContext

    Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent

    org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY, EMPTY_PARAMS
  • Method Summary

    Methods inherited from interface org.apache.lucene.util.Accountable

    getChildResources, ramBytesUsed

    Methods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable

    getWriteableName

    Methods inherited from interface org.elasticsearch.xpack.core.ml.utils.NamedXContentObject

    getName

    Methods inherited from interface org.elasticsearch.xpack.core.ml.inference.preprocessing.PreProcessor

    getOutputFieldType, inputFields, isCustom, outputFields, process, reverseLookup

    Methods inherited from interface org.elasticsearch.xcontent.ToXContent

    toXContent

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment

    Methods inherited from interface org.elasticsearch.common.io.stream.Writeable

    writeTo