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

7 lines 331 B
import type { KpiAggregationAttribute } from './kpi-aggregation-attribute.js'; import type { KpiCountAggregate } from './kpi-count-aggregate.js'; /** * Representation of the 'KpiResultRowItem' schema. */ export type KpiResultRowItem = KpiAggregationAttribute | KpiCountAggregate; //# sourceMappingURL=kpi-result-row-item.d.ts.map