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

9 lines 240 B
/** * Reference to the location of the artifact. * * @example "https://example.com/some_path" * Max Length: 1024. * Pattern: "([a-z0-9-]+):\\/\\/.+". */ export type AiArtifactUrl = string; //# sourceMappingURL=ai-artifact-url.d.ts.map