java.lang.Object
org.elasticsearch.xpack.core.ml.inference.trainedmodel.ClassificationConfig
All Implemented Interfaces:
NamedWriteable, VersionedNamedWriteable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, InferenceConfig, LenientlyParsedInferenceConfig, StrictlyParsedInferenceConfig, NamedXContentObject

public class ClassificationConfig extends Object implements LenientlyParsedInferenceConfig, StrictlyParsedInferenceConfig
  • Field Details

    • NAME

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

      public static final org.elasticsearch.xcontent.ParseField NUM_TOP_CLASSES
    • TOP_CLASSES_RESULTS_FIELD

      public static final org.elasticsearch.xcontent.ParseField TOP_CLASSES_RESULTS_FIELD
    • NUM_TOP_FEATURE_IMPORTANCE_VALUES

      public static final org.elasticsearch.xcontent.ParseField NUM_TOP_FEATURE_IMPORTANCE_VALUES
    • PREDICTION_FIELD_TYPE

      public static final org.elasticsearch.xcontent.ParseField PREDICTION_FIELD_TYPE
    • EMPTY_PARAMS

      public static final ClassificationConfig EMPTY_PARAMS
  • Constructor Details

  • Method Details