Skip to content

Commit dbd992b

Browse files
committed
Make apiClient beta
1 parent 56b2794 commit dbd992b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public HttpDestination getDestinationForDeploymentByScenario(
138138
* @return A new client object based on {@link #getBaseDestination()}.
139139
*/
140140
@Nonnull
141+
@Beta
141142
public ApiClient getApiClient() {
142143
val destination = getBaseDestination();
143144
val httpRequestFactory = new HttpComponentsClientHttpRequestFactory();

0 commit comments

Comments
 (0)