UNPKG

@sap-ai-sdk/ai-api

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

18 lines 456 B
/** * Representation of the 'BckndSharedResourceGroupStatus' schema. */ export type BckndSharedResourceGroupStatus = { /** * indicates whether shared resource group is enabled */ isEnabled?: boolean; /** * shared resource group id */ id?: string; /** * current state of shared resource group */ state?: string; } & Record<string, any>; //# sourceMappingURL=bcknd-shared-resource-group-status.d.ts.map