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 used in the policy build workflow, containing the content and metadata needed for policy generation.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildWorkflowDocument

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

Syntax

C#
public class AutomatedReasoningPolicyBuildWorkflowDocument

The AutomatedReasoningPolicyBuildWorkflowDocument type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Document System.IO.MemoryStream

Gets and sets the property Document.

The actual content of the source document that will be analyzed to extract policy rules and concepts.

Public Property DocumentContentType Amazon.Bedrock.AutomatedReasoningPolicyBuildDocumentContentType

Gets and sets the property DocumentContentType.

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

Public Property DocumentDescription System.String

Gets and sets the property DocumentDescription.

A detailed description of the document's content and how it should be used in the policy generation process.

Public Property DocumentName System.String

Gets and sets the property DocumentName.

A descriptive name for the document that helps identify its purpose and content.

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