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 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 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