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

7 lines 156 B
/** * TTL value of deployment * @example "24H" * Pattern: "^[0-9]+[m,M,h,H,d,D]$". */ export type RTATtl = string; //# sourceMappingURL=rta-ttl.d.ts.map