All Superinterfaces:
NamedWriteable, NamedXContentObject, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, Writeable
All Known Implementing Classes:
AbstractTokenizationUpdate, BertJapaneseTokenizationUpdate, BertTokenizationUpdate, DebertaV2TokenizationUpdate, MPNetTokenizationUpdate, RobertaTokenizationUpdate, XLMRobertaTokenizationUpdate

public interface TokenizationUpdate extends NamedXContentObject, NamedWriteable
  • Nested Class Summary

    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.elasticsearch.xcontent.ToXContent

    EMPTY, EMPTY_PARAMS
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Tokenization originalConfig)
     
    boolean
     

    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.xcontent.ToXContent

    toXContent

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment

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

    writeTo
  • Method Details

    • isNoop

      boolean isNoop()
      Returns:
      True if applying does not modify
    • apply

      Tokenization apply(Tokenization originalConfig)