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