Class AiCoreOpenAiClient.Async
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.AiCoreOpenAiClient.Async
- Enclosing class:
AiCoreOpenAiClient
Asynchronous client factory for accessing OpenAI services with a pre-configured model and
resource group.
-
Method Summary
Modifier and TypeMethodDescriptioncom.openai.services.async.ResponseServiceAsyncGet an asynchronous ResponseService client for the configured model and resource group.
-
Method Details
-
responses
@Nonnull public com.openai.services.async.ResponseServiceAsync responses()Get an asynchronous ResponseService client for the configured model and resource group.- Returns:
- A configured OpenAI ResponseServiceAsync client.
-