For AI agents: a documentation index is available at /llms.txt
Skip to main content

AttributeMode

Controls how the attributes field is interpreted in cleaning operations

enum AttributeMode {
ALLOW
DENY
}

Values

AttributeMode.ALLOW

The attributes field specifies which attributes to keep (preserve only these)

AttributeMode.DENY

The attributes field specifies which attributes to remove (remove only these)

Member Of

CleanInput input

Was this page helpful?