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**.

9 lines 281 B
/** * Representation of the 'BckndUsageResourcePlanItem' schema. */ export type BckndUsageResourcePlanItem = { id: string; resourcePlanType?: string; configuredMaxReplicas?: number; } & Record<string, any>; //# sourceMappingURL=bcknd-usage-resource-plan-item.d.ts.map