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

10 lines 480 B
import type { AiId } from './ai-id.js'; import type { AiExecutionScheduleModificationResponseMessage } from './ai-execution-schedule-modification-response-message.js'; /** * Representation of the 'AiExecutionScheduleModificationResponse' schema. */ export type AiExecutionScheduleModificationResponse = { id: AiId; message: AiExecutionScheduleModificationResponseMessage; } & Record<string, any>; //# sourceMappingURL=ai-execution-schedule-modification-response.d.ts.map