Package bg.codexio.ai.openai.api.sdk
Interface RuntimeSelectionStage
-
- All Known Implementing Classes:
ChatRuntimeSelectionStage,PromptfulImagesRuntimeSelectionStage,PromptlessImagesRuntimeSelectionStage,SpeechRuntimeSelectionStage,TranscriptionRuntimeSelectionStage,TranslationRuntimeSelectionStage,VisionRuntimeSelectionStage
public interface RuntimeSelectionStageDefines all the ways the underlying runtime should act.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeExecutorasync()RuntimeExecutorimmediate()RuntimeExecutorreactive()
-
-
-
Method Detail
-
immediate
RuntimeExecutor immediate()
-
async
RuntimeExecutor async()
-
reactive
RuntimeExecutor reactive()
-
-