Uses of Enum Class
org.springframework.ai.autoconfigure.oci.genai.ServingMode
Packages that use ServingMode
-
Uses of ServingMode in org.springframework.ai.autoconfigure.oci.genai
Methods in org.springframework.ai.autoconfigure.oci.genai that return ServingModeModifier and TypeMethodDescriptionOCIEmbeddingModelProperties.getServingMode()
static ServingMode
Returns the enum constant of this class with the specified name.static ServingMode[]
ServingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.autoconfigure.oci.genai with parameters of type ServingModeModifier and TypeMethodDescriptionvoid
OCIEmbeddingModelProperties.setServingMode
(ServingMode servingMode)