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.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class AutomatedReasoningPolicyReportSourceDocument
The AutomatedReasoningPolicyReportSourceDocument type exposes the following members
| Name | Description | |
|---|---|---|
|
AutomatedReasoningPolicyReportSourceDocument() |
| Name | Type | Description | |
|---|---|---|---|
|
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. |
|
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. |
|
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. |
|
DocumentId | System.String |
Gets and sets the property DocumentId. A unique identifier for this document within the fidelity report. |
|
DocumentName | System.String |
Gets and sets the property DocumentName. The name of the source document that was analyzed. |
.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