Uses of Class
com.oracle.bmc.generativeaiinference.model.LlmInferenceRequest.RuntimeType
-
Packages that use LlmInferenceRequest.RuntimeType Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of LlmInferenceRequest.RuntimeType in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return LlmInferenceRequest.RuntimeType Modifier and Type Method Description static LlmInferenceRequest.RuntimeType
LlmInferenceRequest.RuntimeType. create(String key)
static LlmInferenceRequest.RuntimeType
LlmInferenceRequest.RuntimeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LlmInferenceRequest.RuntimeType[]
LlmInferenceRequest.RuntimeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-