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 processed during a build workflow. Contains the document content, metadata, and a hash for verification.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicySourceDocument

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

Syntax

C#
public class AutomatedReasoningPolicySourceDocument

The AutomatedReasoningPolicySourceDocument type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Document System.IO.MemoryStream

Gets and sets the property Document.

The raw content of the source document as a binary blob.

Public Property DocumentContentType Amazon.Bedrock.AutomatedReasoningPolicyBuildDocumentContentType

Gets and sets the property DocumentContentType.

The MIME type of the document (e.g., application/pdf, text/plain).

Public Property DocumentDescription System.String

Gets and sets the property DocumentDescription.

An optional description providing context about the document's content and purpose.

Public Property DocumentHash System.String

Gets and sets the property DocumentHash.

A SHA-256 hash of the document content, used for verification and integrity checking.

Public Property DocumentName System.String

Gets and sets the property DocumentName.

The name of the source document for identification purposes.

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