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

10 lines 268 B
/** * Representation of the 'RTABackendDetails' schema. */ export type RTABackendDetails = { /** * Current details of the deployment */ backendDetails?: Record<string, any>; } & Record<string, any>; //# sourceMappingURL=rta-backend-details.d.ts.map