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