Uses of Class
com.yahoo.vespa.config.search.core.OnnxModelsConfig.Model.Input.Builder
Packages that use OnnxModelsConfig.Model.Input.Builder
-
Uses of OnnxModelsConfig.Model.Input.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core with type parameters of type OnnxModelsConfig.Model.Input.BuilderMethods in com.yahoo.vespa.config.search.core that return OnnxModelsConfig.Model.Input.BuilderModifier and TypeMethodDescriptionMethods in com.yahoo.vespa.config.search.core with parameters of type OnnxModelsConfig.Model.Input.BuilderModifier and TypeMethodDescriptionOnnxModelsConfig.Model.Builder.input(OnnxModelsConfig.Model.Input.Builder __builder) Add the given builder to this builder's list of Input buildersMethod parameters in com.yahoo.vespa.config.search.core with type arguments of type OnnxModelsConfig.Model.Input.BuilderModifier and TypeMethodDescriptionOnnxModelsConfig.Model.Builder.input(Consumer<OnnxModelsConfig.Model.Input.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listOnnxModelsConfig.Model.Builder.input(List<OnnxModelsConfig.Model.Input.Builder> __builders) Set the given list as this builder's list of Input buildersConstructors in com.yahoo.vespa.config.search.core with parameters of type OnnxModelsConfig.Model.Input.Builder