AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The detection result for a single sensitive information entity found in the evaluated messages.
Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z
public class GuardrailChecksSensitiveInformationResultEntry
The GuardrailChecksSensitiveInformationResultEntry type exposes the following members
| Name | Description | |
|---|---|---|
|
GuardrailChecksSensitiveInformationResultEntry() |
| Name | Type | Description | |
|---|---|---|---|
|
BeginOffset | System.Nullable<System.Int32> |
Gets and sets the property BeginOffset. The start character offset of the detected entity within the content block. |
|
ConfidenceScore | System.Nullable<System.Double> |
Gets and sets the property ConfidenceScore. The confidence score for the detection, ranging from 0.0 to 1.0. Higher values indicate greater confidence. |
|
ContentIndex | System.Nullable<System.Int32> |
Gets and sets the property ContentIndex. The zero-based index of the content block within the message where the entity was detected. |
|
EndOffset | System.Nullable<System.Int32> |
Gets and sets the property EndOffset. The end character offset of the detected entity within the content block. |
|
MessageIndex | System.Nullable<System.Int32> |
Gets and sets the property MessageIndex. The zero-based index of the message in the input messages array where the entity was detected. |
|
Type | Amazon.BedrockRuntime.GuardrailChecksSensitiveInformationEntityType |
Gets and sets the property Type. The PII entity type that was detected. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer