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