@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**.
7 lines • 303 B
TypeScript
import type { DPIStandardEntity } from './dpi-standard-entity.js';
import type { DPICustomEntity } from './dpi-custom-entity.js';
/**
* Representation of the 'DpiEntityConfig' schema.
*/
export type DpiEntityConfig = DPIStandardEntity | DPICustomEntity;
//# sourceMappingURL=dpi-entity-config.d.ts.map