java.lang.Object
org.elasticsearch.xpack.core.ml.inference.trainedmodel.AbstractTokenizationUpdate
org.elasticsearch.xpack.core.ml.inference.trainedmodel.BertTokenizationUpdate
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, TokenizationUpdate, NamedXContentObject

public class BertTokenizationUpdate extends AbstractTokenizationUpdate
  • Field Details

    • NAME

      public static final org.elasticsearch.xcontent.ParseField NAME
    • PARSER

      public static org.elasticsearch.xcontent.ConstructingObjectParser<BertTokenizationUpdate,Void> PARSER
  • Constructor Details

  • Method Details

    • fromXContent

      public static BertTokenizationUpdate fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • apply

      public Tokenization apply(Tokenization originalConfig)
    • getWriteableName

      public String getWriteableName()
    • getName

      public String getName()
      Returns:
      The name of the XContentObject that is to be serialized