@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 • 315 B
TypeScript
/**
* Label name to label one or more metrics. "metrics.ai.sap.com/Artifact.name" is a reserved label to associate an artifact with the metrics
* @example "metrics.ai.sap.com/Artifact.name"
* Max Length: 256.
* Min Length: 1.
*/
export type TrckLabelName = string;
//# sourceMappingURL=trck-label-name.d.ts.map