@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 • 456 B
TypeScript
import type { AiId } from './ai-id.js';
import type { AiExecutionScheduleCreationResponseMessage } from './ai-execution-schedule-creation-response-message.js';
/**
* Representation of the 'AiExecutionScheduleCreationResponse' schema.
*/
export type AiExecutionScheduleCreationResponse = {
id: AiId;
message: AiExecutionScheduleCreationResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=ai-execution-schedule-creation-response.d.ts.map