Evaluation Using Interface
Input:- Required Inputs:
- input: The content column to be evaluated for privacy compliance.
- Configuration Parameters:
- Check Internet: Whether to check if the content contains any privacy violations using internet sources.
- Result: Passed / Failed
- Passed: Indicates that the content fully complies with privacy requirements and regulations.
- Failed: Signifies the presence of privacy violations, such as unauthorised data exposure or non-compliance with regulatory guidelines, requiring remediation.
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.
Input | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input | string | The content to be evaluated for privacy compliance. |
Configuration Parameters | check_internet | bool | Whether to check internet sources for privacy violations. |
Output | Type | Description |
---|---|---|
Result | bool | Returns 1 (indicating full compliance with privacy regulations) or 0 (indicating privacy violations that require remediation). |