Uses of Class
ai.djl.spring.configuration.ApplicationType
-
-
Uses of ApplicationType in ai.djl.spring.configuration
Methods in ai.djl.spring.configuration that return ApplicationType Modifier and Type Method Description ApplicationTypeDjlConfigurationProperties. getApplicationType()static ApplicationTypeApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.djl.spring.configuration with parameters of type ApplicationType Modifier and Type Method Description voidDjlConfigurationProperties. setApplicationType(ApplicationType applicationType)
-