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 303 B
import type { AiConfigurationId } from './ai-configuration-id.js'; /** * Request object for creating an execution or an deployment */ export type AiEnactmentCreationRequest = { configurationId: AiConfigurationId; } & Record<string, any>; //# sourceMappingURL=ai-enactment-creation-request.d.ts.map