Uses of Class
com.oracle.bmc.generativeaiinference.model.ChatResult
-
Packages that use ChatResult Package Description com.oracle.bmc.generativeaiinference com.oracle.bmc.generativeaiinference.model com.oracle.bmc.generativeaiinference.responses -
-
Uses of ChatResult in com.oracle.bmc.generativeaiinference
Fields in com.oracle.bmc.generativeaiinference with type parameters of type ChatResult Modifier and Type Field Description static Function<InputStream,ChatResult>
GenerativeAiInferenceSseHelper. chatResultReader
Processes the server-sent events -
Uses of ChatResult in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return ChatResult Modifier and Type Method Description ChatResult
ChatResult.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type ChatResult Modifier and Type Method Description ChatResult.Builder
ChatResult.Builder. copy(ChatResult model)
-
Uses of ChatResult in com.oracle.bmc.generativeaiinference.responses
Methods in com.oracle.bmc.generativeaiinference.responses that return ChatResult Modifier and Type Method Description ChatResult
ChatResponse. getChatResult()
The returned ChatResult instance.Methods in com.oracle.bmc.generativeaiinference.responses with parameters of type ChatResult Modifier and Type Method Description ChatResponse.Builder
ChatResponse.Builder. chatResult(ChatResult chatResult)
The returned ChatResult instance.
-