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 processed during a build workflow. Contains the document content, metadata, and a hash for verification.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class AutomatedReasoningPolicySourceDocument
The AutomatedReasoningPolicySourceDocument type exposes the following members
| Name | Description | |
|---|---|---|
|
AutomatedReasoningPolicySourceDocument() |
| Name | Type | Description | |
|---|---|---|---|
|
Document | System.IO.MemoryStream |
Gets and sets the property Document. The raw content of the source document as a binary blob. |
|
DocumentContentType | Amazon.Bedrock.AutomatedReasoningPolicyBuildDocumentContentType |
Gets and sets the property DocumentContentType. The MIME type of the document (e.g., application/pdf, text/plain). |
|
DocumentDescription | System.String |
Gets and sets the property DocumentDescription. An optional description providing context about the document's content and purpose. |
|
DocumentHash | System.String |
Gets and sets the property DocumentHash. A SHA-256 hash of the document content, used for verification and integrity checking. |
|
DocumentName | System.String |
Gets and sets the property DocumentName. The name of the source document for identification purposes. |
.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