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

public class BertJapaneseTokenization extends Tokenization
  • Field Details

    • NAME

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

      public static final String MASK_TOKEN
      See Also:
  • Constructor Details

  • Method Details

    • createJpParser

      public static org.elasticsearch.xcontent.ConstructingObjectParser<BertJapaneseTokenization,Void> createJpParser(boolean ignoreUnknownFields)
    • fromXContent

      public static BertJapaneseTokenization fromXContent(org.elasticsearch.xcontent.XContentParser parser, boolean lenient)
    • getMaskToken

      public String getMaskToken()
      Specified by:
      getMaskToken in class Tokenization
    • getWriteableName

      public String getWriteableName()
    • getName

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