@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 • 354 B
TypeScript
import type { MaskingProviderConfig } from './masking-provider-config.js';
/**
* Representation of the 'MaskingModuleConfig' schema.
*/
export type MaskingModuleConfig = {
/**
* List of masking service providers
* Min Items: 1.
*/
masking_providers: MaskingProviderConfig[];
};
//# sourceMappingURL=masking-module-config.d.ts.map