/**
 * 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