Detect the semantic type of a value (email, phone, date, etc.)
Per-row — runs once for each row.
INFER_TYPE({{ value }}){{ value }} IS TYPETYPEOF({{ value }})| name | type | description |
|---|---|---|
| value | VARCHAR | — |
Email type detected
SELECT
infer_type ('john@example.com')Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)
Detect the semantic type of a value (email, phone, date, etc.)
Per-row — runs once for each row.
INFER_TYPE({{ value }}){{ value }} IS TYPETYPEOF({{ value }})| name | type | description |
|---|---|---|
| value | VARCHAR | — |
Email type detected
SELECT
infer_type ('john@example.com')Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)