UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

12 lines 308 B
/** * Replaces the entity with the specified value followed by an incrementing number */ export type DPIMethodConstant = { method: 'constant'; /** * Value to be used for replacement * @example "NAME_REDACTED" */ value: string; }; //# sourceMappingURL=dpi-method-constant.d.ts.map