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