Evaluation using Interface
- input:
- text: The content column to check.
- output:
- result: Passed or Failed
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.
Input Parameters
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | text | string | The content column to check. |
Output
Output | Type | Description |
---|---|---|
Score | bool | Returns 1 if the text is a valid email address, 0 otherwise. |
What to Do When “Is Email” Eval Fails
Review the input text to identify formatting issues. Common problems may include:- Missing the ”@” symbol.
- Incorrect domain names.
- Invalid characters.