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 233 B
/** * Generic name which can belong to a tag,label,metric or customInfo Object * @example "sample name" * Max Length: 256. * Min Length: 1. */ export type TrckGenericName = string; //# sourceMappingURL=trck-generic-name.d.ts.map