@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**.
16 lines • 406 B
TypeScript
import type { TrckLabel } from './trck-label.js';
/**
* a list of name-value object pairs associated with some metric.
* @example [
* {
* "name": "group",
* "value": "tree-82"
* },
* {
* "name": "metrics.ai.sap.com/Artifact.name",
* "value": "sk_learn_rf_classifier_model"
* }
* ]
*/
export type TrckLabelList = TrckLabel[];
//# sourceMappingURL=trck-label-list.d.ts.map