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 191 B
/** * ID of the artifact * @example "aa97b177-9383-4934-8543-0f91a7a0283a" * Pattern: "^[\\w.-]{4,64}$". */ export type AiArtifactId = string; //# sourceMappingURL=ai-artifact-id.d.ts.map