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.

Contains the various assets generated during a policy build workflow, including logs, quality reports, test cases, and the final policy definition.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildResultAssets

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

Syntax

C#
public class AutomatedReasoningPolicyBuildResultAssets

The AutomatedReasoningPolicyBuildResultAssets type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssetManifest Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildResultAssetManifest

Gets and sets the property AssetManifest.

A manifest listing all available artifacts produced by the build workflow. This provides a catalog of all assets that can be retrieved, including their types, names, and identifiers.

Public Property BuildLog Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildLog

Gets and sets the property BuildLog.

The complete build log containing detailed information about each step in the policy generation process.

Public Property Document Amazon.Bedrock.Model.AutomatedReasoningPolicySourceDocument

Gets and sets the property Document.

A source document that was used as input during the build workflow. This allows you to retrieve the original documents that were processed to generate the policy.

Public Property FidelityReport Amazon.Bedrock.Model.AutomatedReasoningPolicyFidelityReport

Gets and sets the property FidelityReport.

A comprehensive fidelity report that measures how accurately the generated policy represents the source documents. The report includes coverage and accuracy scores, along with detailed grounding information for rules and variables.

Public Property GeneratedTestCases Amazon.Bedrock.Model.AutomatedReasoningPolicyGeneratedTestCases

Gets and sets the property GeneratedTestCases.

A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.

Public Property PolicyDefinition Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinition

Gets and sets the property PolicyDefinition.

The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.

Public Property PolicyScenarios Amazon.Bedrock.Model.AutomatedReasoningPolicyScenarios

Gets and sets the property PolicyScenarios.

An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.

Public Property QualityReport Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionQualityReport

Gets and sets the property QualityReport.

A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.

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