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 380 B
import type { TrckExecutionId } from './trck-execution-id.js'; /** * Representation of the 'TrckDeleteMetricsResponse' schema. */ export type TrckDeleteMetricsResponse = { id?: TrckExecutionId; /** * @example "Metric Resource was successfully deleted" */ message?: string; } & Record<string, any>; //# sourceMappingURL=trck-delete-metrics-response.d.ts.map