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 186 B
/** * Name of the metric * @example "Error Rate" * Max Length: 256. * Pattern: "[\\w-]{1,64}". */ export type TrckMetricName = string; //# sourceMappingURL=trck-metric-name.d.ts.map