Skip to content

Commit

Permalink
Added Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDuboisSAP committed Oct 16, 2024
1 parent 642f388 commit 329b182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ public class AiCoreService implements AiCoreDestination {

private static final String AI_RESOURCE_GROUP = "URL.headers.AI-Resource-Group";

/** The resource group is defined by AiCoreDeployment.withResourceGroup(). */
@Getter(AccessLevel.PROTECTED)
@Setter(AccessLevel.PROTECTED)
@Nonnull
private String resourceGroup;

/**
* The deployment id is queried by AiCoreDeployment.destination() or AiCoreDeployment.client().
*/
@Nonnull String deploymentId;

/** The default constructor. */
Expand Down

0 comments on commit 329b182

Please sign in to comment.