GuardrailChecksSensitiveInformationResultEntry

The detection result for a single sensitive information entity found in the evaluated messages.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start character offset of the detected entity within the content block.

Link copied to clipboard

The confidence score for the detection, ranging from 0.0 to 1.0. Higher values indicate greater confidence.

Link copied to clipboard

The zero-based index of the content block within the message where the entity was detected.

Link copied to clipboard

The end character offset of the detected entity within the content block.

Link copied to clipboard

The zero-based index of the message in the input messages array where the entity was detected.

Link copied to clipboard

The PII entity type that was detected.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String