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 266 B
import type { TrckMlapiExecutionId } from './trck-mlapi-execution-id.js'; /** * ID of the deployment/execution * @example "aa97b177-9383-4934-8543-0f91b7a0283a" */ export type TrckExecutionId = TrckMlapiExecutionId; //# sourceMappingURL=trck-execution-id.d.ts.map