Class ContainerModelEvaluation

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.core.RankingConstantsConfig.Producer, com.yahoo.vespa.config.search.RankProfilesConfig.Producer

    public class ContainerModelEvaluation
    extends java.lang.Object
    implements com.yahoo.vespa.config.search.RankProfilesConfig.Producer, com.yahoo.vespa.config.search.core.RankingConstantsConfig.Producer
    Configuration of components for stateless model evaluation
    Author:
    bratseth
    • Method Detail

      • 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
      • getHandler

        public static Handler<?> getHandler()