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 147 B
/** * Status * @example "STOPPED" */ export type AiDeploymentTargetStatus = 'STOPPED'; //# sourceMappingURL=ai-deployment-target-status.d.ts.map