Uses of Enum Class
bg.codexio.ai.openai.api.sdk.Processing
Packages that use Processing
-
Uses of Processing in bg.codexio.ai.openai.api.sdk
Methods in bg.codexio.ai.openai.api.sdk that return ProcessingModifier and TypeMethodDescriptionstatic ProcessingReturns the enum constant of this class with the specified name.static Processing[]Processing.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Processing in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat with parameters of type ProcessingModifier and TypeMethodDescriptionChatRuntimeSelectionStage.async(Processing processing) Requests will be asynchronous with promises.ChatRuntimeSelectionStage.immediate(Processing processing) Requests will be synchronously blocking and might utilize server-sent events (real-time streaming).ChatRuntimeSelectionStage.reactive(Processing processing) Requests will be asynchronous under reactive API.