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