GuardrailChecksSensitiveInformationResult¶
Structure Class¶
GuardrailChecksSensitiveInformationResult
dataclass
¶
The sensitive information check results.
Attributes¶
results
instance-attribute
¶
results: list[GuardrailChecksSensitiveInformationResultEntry]
The detected sensitive information entities.
truncated
class-attribute
instance-attribute
¶
truncated: bool | None = None
Specifies whether the results were truncated because the number of detected entities exceeded the maximum limit.