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 results of testing an Automated Reasoning policy against various scenarios and validation checks.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyTestResult

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

Syntax

C#
public class AutomatedReasoningPolicyTestResult

The AutomatedReasoningPolicyTestResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AggregatedTestFindingsResult Amazon.Bedrock.AutomatedReasoningCheckResult

Gets and sets the property AggregatedTestFindingsResult.

A summary of all test findings, aggregated to provide an overall assessment of policy quality and correctness.

Public Property PolicyArn System.String

Gets and sets the property PolicyArn.

The Amazon Resource Name (ARN) of the Automated Reasoning policy that was tested.

Public Property TestCase Amazon.Bedrock.Model.AutomatedReasoningPolicyTestCase

Gets and sets the property TestCase.

The test case that was executed, including the input content, expected results, and configuration parameters used during validation.

Public Property TestFindings System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningCheckFinding>

Gets and sets the property TestFindings.

Detailed findings from the test run, including any issues, violations, or unexpected behaviors discovered.

Public Property TestRunResult Amazon.Bedrock.AutomatedReasoningPolicyTestRunResult

Gets and sets the property TestRunResult.

The overall result of the test run, indicating whether the policy passed or failed validation.

Public Property TestRunStatus Amazon.Bedrock.AutomatedReasoningPolicyTestRunStatus

Gets and sets the property TestRunStatus.

The overall status of the test run (e.g., COMPLETED, FAILED, IN_PROGRESS).

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The timestamp when the test results were last updated.

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