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 287 B
/** * Representation of the 'AiScenarioLabelKey' schema. * @example "scenarios.ai.sap.com/s4hana-version" * Max Length: 256. * Pattern: "^(scenarios|ext)\\.ai\\.sap\\.com\\/[\\w\\.-]+$". */ export type AiScenarioLabelKey = string; //# sourceMappingURL=ai-scenario-label-key.d.ts.map