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 387 B
import type { AiDeploymentModificationRequestList } from './ai-deployment-modification-request-list.js'; /** * Request object for changing the target status of multiple deployments */ export type AiDeploymentBulkModificationRequest = { deployments?: AiDeploymentModificationRequestList; } & Record<string, any>; //# sourceMappingURL=ai-deployment-bulk-modification-request.d.ts.map