File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
core/src/main/java/com/sap/ai/sdk/core Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 44import com .fasterxml .jackson .annotation .JsonInclude ;
55import com .fasterxml .jackson .annotation .PropertyAccessor ;
66import com .fasterxml .jackson .datatype .jsr310 .JavaTimeModule ;
7+ import com .google .common .annotations .Beta ;
78import com .google .common .collect .Iterables ;
89import com .sap .cloud .sdk .cloudplatform .connectivity .ApacheHttpClient5Accessor ;
910import com .sap .cloud .sdk .cloudplatform .connectivity .DefaultHttpDestination ;
@@ -181,6 +182,7 @@ private static String buildDeploymentPath(@Nonnull final String deploymentId) {
181182 *
182183 * @param resourceGroup the resource group of the deleted deployment, usually "default".
183184 */
185+ @ Beta
184186 public void reloadCachedDeployments (@ Nonnull final String resourceGroup ) {
185187 deploymentResolver .reloadDeployments (resourceGroup );
186188 }
You can’t perform that action at this time.
0 commit comments