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

12 lines 399 B
import type { TrckGetMetricResource } from './trck-get-metric-resource.js'; /** * Representation of the 'TrckGetMetricResourceList' schema. */ export type TrckGetMetricResourceList = { /** * Number of the resource instances in the list */ count?: number; resources: TrckGetMetricResource[]; } & Record<string, any>; //# sourceMappingURL=trck-get-metric-resource-list.d.ts.map