SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias DpiMaskingConfig

    DpiMaskingConfig: Omit<DpiConfig, "type" | "entities" | "mask_grounding_input"> & {
        entities: [DpiEntity, ...DpiEntity[]];
        mask_grounding_input?: boolean;
    }

    Represents the configuration for the masking provider SAP Data Privacy Integration.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.