Class VisionRuntimeSelectionStage
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.vision.VisionConfigurationStage
-
- bg.codexio.ai.openai.api.sdk.vision.VisionRuntimeSelectionStage
-
- All Implemented Interfaces:
RuntimeSelectionStage
public class VisionRuntimeSelectionStage extends VisionConfigurationStage implements RuntimeSelectionStage
-
-
Field Summary
-
Fields inherited from class bg.codexio.ai.openai.api.sdk.vision.VisionConfigurationStage
executor, requestContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncPromptStageasync()Goes further to prompt the GPT model in an asynchronous promise-based fashion.SynchronousPromptStageimmediate()Goes further to prompt the GPT model in a synchronous fashion.ReactivePromptStagereactive()Goes further to prompt the GPT model in an asynchronous reactive-based fashion.
-
-
-
Method Detail
-
immediate
public SynchronousPromptStage immediate()
Goes further to prompt the GPT model in a synchronous fashion.- Specified by:
immediatein interfaceRuntimeSelectionStage- Returns:
SynchronousPromptStage
-
async
public AsyncPromptStage async()
Goes further to prompt the GPT model in an asynchronous promise-based fashion.- Specified by:
asyncin interfaceRuntimeSelectionStage- Returns:
AsyncPromise
-
reactive
public ReactivePromptStage reactive()
Goes further to prompt the GPT model in an asynchronous reactive-based fashion.- Specified by:
reactivein interfaceRuntimeSelectionStage- Returns:
ReactivePromptStage
-
-