@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**.
18 lines • 626 B
TypeScript
import type { AiExecutionModificationRequestWithIdentifier } from './ai-execution-modification-request-with-identifier.js';
/**
* Representation of the 'AiExecutionModificationRequestList' schema.
* @example [
* {
* "id": "aa97b177-9383-4934-8543-0f91a7a0283a",
* "targetStatus": "STOPPED"
* },
* {
* "id": "qweq32131-qwee-1231-8543-0f91a7a2e2e",
* "targetStatus": "DELETED"
* }
* ]
* Min Items: 1.
* Max Items: 100.
*/
export type AiExecutionModificationRequestList = Set<AiExecutionModificationRequestWithIdentifier>;
//# sourceMappingURL=ai-execution-modification-request-list.d.ts.map