AWS SDK Version 3 for .NET
API Reference

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.

A comprehensive analysis report that measures how accurately a generated policy represents the source documents. The report includes coverage and accuracy scores, detailed grounding information linking policy elements to source statements, and annotated document content.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyFidelityReport

Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z

Syntax

C#
public class AutomatedReasoningPolicyFidelityReport

The AutomatedReasoningPolicyFidelityReport type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccuracyScore System.Double

Gets and sets the property AccuracyScore.

A score from 0.0 to 1.0 indicating how accurate the policy rules are relative to the source documents. A higher score means the policy rules more faithfully represent the source material.

Public Property CoverageScore System.Double

Gets and sets the property CoverageScore.

A score from 0.0 to 1.0 indicating how well the policy covers the statements in the source documents. A higher score means more of the source content is represented in the policy.

Public Property DocumentSources System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningPolicyReportSourceDocument>

Gets and sets the property DocumentSources.

A list of source documents with their content broken down into atomic statements and annotated with line numbers for precise referencing.

Public Property RuleReports System.Collections.Generic.Dictionary<System.String, Amazon.Bedrock.Model.AutomatedReasoningPolicyRuleReport>

Gets and sets the property RuleReports.

A mapping from rule identifiers to detailed fidelity reports for each rule, showing which source statements ground each rule and how accurate it is.

Public Property VariableReports System.Collections.Generic.Dictionary<System.String, Amazon.Bedrock.Model.AutomatedReasoningPolicyVariableReport>

Gets and sets the property VariableReports.

A mapping from variable names to detailed fidelity reports for each variable, showing which source statements ground each variable and how accurate it is.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5