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.

Represents a source document that was analyzed during fidelity report generation, including the document's metadata and its content broken down into atomic statements.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyReportSourceDocument

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

Syntax

C#
public class AutomatedReasoningPolicyReportSourceDocument

The AutomatedReasoningPolicyReportSourceDocument type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AtomicStatements System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningPolicyAtomicStatement>

Gets and sets the property AtomicStatements.

The list of atomic statements extracted from this document, representing the fundamental units of meaning used for grounding.

Public Property DocumentContent System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningPolicyAnnotatedChunk>

Gets and sets the property DocumentContent.

The document's content organized into annotated chunks with line number information for precise referencing.

Public Property DocumentHash System.String

Gets and sets the property DocumentHash.

A SHA-256 hash of the document content, used for verification and ensuring the document hasn't changed since analysis.

Public Property DocumentId System.String

Gets and sets the property DocumentId.

A unique identifier for this document within the fidelity report.

Public Property DocumentName System.String

Gets and sets the property DocumentName.

The name of the source document that was analyzed.

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