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 202 B
/** * Name of the artifact * Max Length: 256. * Pattern: "^[\\w\\s.!?,;:\\[\\](){}<>\"'=+\*\/\\\\^&%@~$#|-]*$". */ export type AiArtifactName = string; //# sourceMappingURL=ai-artifact-name.d.ts.map