Uses of Class
ai.konduit.serving.build.deployments.ClassPathDeployment.Type
-
Packages that use ClassPathDeployment.Type Package Description ai.konduit.serving.build.deployments -
-
Uses of ClassPathDeployment.Type in ai.konduit.serving.build.deployments
Methods in ai.konduit.serving.build.deployments that return ClassPathDeployment.Type Modifier and Type Method Description static ClassPathDeployment.TypeClassPathDeployment.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClassPathDeployment.Type[]ClassPathDeployment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-