Class ContainerModelEvaluation

java.lang.Object
com.yahoo.vespa.model.container.ContainerModelEvaluation
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.core.OnnxModelsConfig.Producer, com.yahoo.vespa.config.search.core.RankingConstantsConfig.Producer, com.yahoo.vespa.config.search.core.RankingExpressionsConfig.Producer, com.yahoo.vespa.config.search.RankProfilesConfig.Producer

public class ContainerModelEvaluation extends Object implements com.yahoo.vespa.config.search.RankProfilesConfig.Producer, com.yahoo.vespa.config.search.core.RankingConstantsConfig.Producer, com.yahoo.vespa.config.search.core.OnnxModelsConfig.Producer, com.yahoo.vespa.config.search.core.RankingExpressionsConfig.Producer
Configuration of components for stateless model evaluation
Author:
bratseth
  • Field Details

    • LINGUISTICS_BUNDLE_NAME

      public static final String LINGUISTICS_BUNDLE_NAME
      See Also:
    • EVALUATION_BUNDLE_NAME

      public static final String EVALUATION_BUNDLE_NAME
      See Also:
    • INTEGRATION_BUNDLE_NAME

      public static final String INTEGRATION_BUNDLE_NAME
      See Also:
    • ONNXRUNTIME_BUNDLE_NAME

      public static final String ONNXRUNTIME_BUNDLE_NAME
      See Also:
    • ONNX_RUNTIME_CLASS

      public static final String ONNX_RUNTIME_CLASS
      See Also:
    • MODEL_EVALUATION_BUNDLE_FILE

      public static final Path MODEL_EVALUATION_BUNDLE_FILE
    • MODEL_INTEGRATION_BUNDLE_FILE

      public static final Path MODEL_INTEGRATION_BUNDLE_FILE
    • ONNXRUNTIME_BUNDLE_FILE

      public static final Path ONNXRUNTIME_BUNDLE_FILE
  • Constructor Details

  • Method Details

    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.RankProfilesConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.RankProfilesConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.core.RankingConstantsConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.core.RankingConstantsConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.core.OnnxModelsConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.core.OnnxModelsConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.core.RankingExpressionsConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.core.RankingExpressionsConfig.Producer
    • getHandler

      public static Handler getHandler()