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

8 lines 244 B
/** * Representation of the 'AiLabelKey' schema. * @example "ext.ai.sap.com/s4hana-version" * Max Length: 256. * Pattern: "^ext\\.ai\\.sap\\.com\\/[\\w\\.-]+$". */ export type AiLabelKey = string; //# sourceMappingURL=ai-label-key.d.ts.map