All Superinterfaces:
NamedWriteable, NamedXContentObject, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, VersionedNamedWriteable, Writeable
All Known Subinterfaces:
LenientlyParsedInferenceConfig, NlpConfig, StrictlyParsedInferenceConfig
All Known Implementing Classes:
ClassificationConfig, FillMaskConfig, LearningToRankConfig, NerConfig, NullInferenceConfig, PassThroughConfig, QuestionAnsweringConfig, RegressionConfig, TextClassificationConfig, TextEmbeddingConfig, TextExpansionConfig, TextSimilarityConfig, ZeroShotClassificationConfig

public interface InferenceConfig extends NamedXContentObject, VersionedNamedWriteable
  • Field Details

    • DEFAULT_TOP_CLASSES_RESULTS_FIELD

      static final String DEFAULT_TOP_CLASSES_RESULTS_FIELD
      See Also:
    • DEFAULT_RESULTS_FIELD

      static final String DEFAULT_RESULTS_FIELD
      See Also:
    • RESULTS_FIELD

      static final org.elasticsearch.xcontent.ParseField RESULTS_FIELD
  • Method Details