We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b2794 commit dbd992bCopy full SHA for dbd992b
core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java
@@ -138,6 +138,7 @@ public HttpDestination getDestinationForDeploymentByScenario(
138
* @return A new client object based on {@link #getBaseDestination()}.
139
*/
140
@Nonnull
141
+ @Beta
142
public ApiClient getApiClient() {
143
val destination = getBaseDestination();
144
val httpRequestFactory = new HttpComponentsClientHttpRequestFactory();
0 commit comments