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 195 B
/** * Representation of the 'DSetUrl' schema. * @example "https://download.example.com/test/file.bin" * Format: "url". */ export type DSetUrl = string; //# sourceMappingURL=d-set-url.d.ts.map