Uses of Interface
ai.konduit.serving.build.config.Deployment
-
Packages that use Deployment Package Description ai.konduit.serving.build.cli ai.konduit.serving.build.config ai.konduit.serving.build.deployments -
-
Uses of Deployment in ai.konduit.serving.build.cli
Methods in ai.konduit.serving.build.cli that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>BuildCLI. parseDeployments(java.util.Map<java.lang.String,java.lang.String> props) -
Uses of Deployment in ai.konduit.serving.build.config
Methods in ai.konduit.serving.build.config that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>Config. deployments()Methods in ai.konduit.serving.build.config with parameters of type Deployment Modifier and Type Method Description ConfigConfig. deployments(Deployment... deployments)Method parameters in ai.konduit.serving.build.config with type arguments of type Deployment Modifier and Type Method Description ConfigConfig. deployments(java.util.List<Deployment> deployments) -
Uses of Deployment in ai.konduit.serving.build.deployments
Classes in ai.konduit.serving.build.deployments that implement Deployment Modifier and Type Class Description classClassPathDeploymentclassDebDeploymentclassDockerDeploymentclassExeDeploymentclassRpmDeploymentclassTarDeploymentclassUberJarDeployment
-