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 364 B
import type { AiDeploymentModificationResponseList } from './ai-deployment-modification-response-list.js'; /** * Response object with array of deployments */ export type AiDeploymentBulkModificationResponse = { deployments?: AiDeploymentModificationResponseList; } & Record<string, any>; //# sourceMappingURL=ai-deployment-bulk-modification-response.d.ts.map