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

8 lines 372 B
import type { AiExecutionModificationResponseList } from './ai-execution-modification-response-list.js'; /** * Response object with array of executions and its status */ export type AiExecutionBulkModificationResponse = { executions?: AiExecutionModificationResponseList; } & Record<string, any>; //# sourceMappingURL=ai-execution-bulk-modification-response.d.ts.map