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

6 lines 151 B
/** * Cron defining the schedule to run the executions. * @example "0 0 0 1 *" */ export type AiCron = string; //# sourceMappingURL=ai-cron.d.ts.map