AutomatedReasoningPolicyBuildResultAssets - Amazon Bedrock

AutomatedReasoningPolicyBuildResultAssets

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

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

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.

Type: AutomatedReasoningPolicyBuildResultAssetManifest object

Required: No

buildLog

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

Type: AutomatedReasoningPolicyBuildLog object

Required: No

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.

Type: AutomatedReasoningPolicySourceDocument object

Required: No

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.

Type: AutomatedReasoningPolicyFidelityReport object

Required: No

generatedTestCases

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

Type: AutomatedReasoningPolicyGeneratedTestCases object

Required: No

policyDefinition

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

Type: AutomatedReasoningPolicyDefinition object

Required: No

policyScenarios

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

Type: AutomatedReasoningPolicyScenarios object

Required: No

qualityReport

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

Type: AutomatedReasoningPolicyDefinitionQualityReport object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: