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**.

11 lines 269 B
import type { DpiEntities } from './dpi-entities.js'; /** * Representation of the 'DpiEntityConfig' schema. */ export type DpiEntityConfig = { /** * Type of entity to be masked */ type: DpiEntities; }; //# sourceMappingURL=dpi-entity-config.d.ts.map