Uses of Class
ai.konduit.serving.build.config.Serving
-
Packages that use Serving Package Description ai.konduit.serving.build.config -
-
Uses of Serving in ai.konduit.serving.build.config
Methods in ai.konduit.serving.build.config that return Serving Modifier and Type Method Description static ServingServing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Serving[]Serving. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.konduit.serving.build.config with parameters of type Serving Modifier and Type Method Description ConfigConfig. serving(Serving... serving)Method parameters in ai.konduit.serving.build.config with type arguments of type Serving Modifier and Type Method Description ConfigConfig. serving(java.util.List<Serving> serving)Constructor parameters in ai.konduit.serving.build.config with type arguments of type Serving Constructor Description Config(java.lang.String pipelinePath, java.lang.String ksVersion, Metadata metadata, Target target, java.util.List<Serving> serving, java.util.List<Module> modules, java.util.List<Deployment> deployments)
-