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

8 lines 227 B
/** * Representation of the 'BckndResourcePatchNodes' schema. */ export type BckndResourcePatchNodes = { name: string; request: number; } & Record<string, any>; //# sourceMappingURL=bcknd-resource-patch-nodes.d.ts.map