Uses of Class
bg.codexio.ai.openai.api.sdk.images.SynchronousExecutor
-
Packages that use SynchronousExecutor Package Description bg.codexio.ai.openai.api.sdk.images -
-
Uses of SynchronousExecutor in bg.codexio.ai.openai.api.sdk.images
Methods in bg.codexio.ai.openai.api.sdk.images that return SynchronousExecutor Modifier and Type Method Description SynchronousExecutor<R>SynchronousApi. generate(String prompt)SynchronousExecutor<R>PromptlessImagesRuntimeSelectionStage. immediate()Requests will be synchronously blocking without streaming enabled.
-