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 332 B
/** * Time to live for a deployment. Its value can be either null or a number followed by the unit (any of following values, minutes(m|M), hours(h|H) or days(d|D)) * @example "24H" * Pattern: "^[0-9]+[m,M,h,H,d,D]$". */ export type AiDeploymentTimeToLive = string | null; //# sourceMappingURL=ai-deployment-time-to-live.d.ts.map