java.lang.Object
org.elasticsearch.xpack.core.ml.inference.trainedmodel.langident.LangIdentNeuralNetwork
All Implemented Interfaces:
org.apache.lucene.util.Accountable, NamedWriteable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, InferenceModel, LenientlyParsedTrainedModel, StrictlyParsedTrainedModel, TrainedModel, NamedXContentObject

public class LangIdentNeuralNetwork extends Object implements StrictlyParsedTrainedModel, LenientlyParsedTrainedModel, InferenceModel
  • Field Details

    • NAME

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

      public static final org.elasticsearch.xcontent.ParseField EMBEDDED_VECTOR_FEATURE_NAME
    • HIDDEN_LAYER

      public static final org.elasticsearch.xcontent.ParseField HIDDEN_LAYER
    • SOFTMAX_LAYER

      public static final org.elasticsearch.xcontent.ParseField SOFTMAX_LAYER
    • STRICT_PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<LangIdentNeuralNetwork,Void> STRICT_PARSER
    • LENIENT_PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<LangIdentNeuralNetwork,Void> LENIENT_PARSER
  • Constructor Details

  • Method Details