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 test for validating an Automated Reasoning policy. tests contain sample inputs and expected outcomes to verify policy behavior.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyTestCase

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

Syntax

C#
public class AutomatedReasoningPolicyTestCase

The AutomatedReasoningPolicyTestCase type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfidenceThreshold System.Double

Gets and sets the property ConfidenceThreshold.

The minimum confidence level for logic validation. Content meeting this threshold is considered high-confidence and can be validated.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The timestamp when the test was created.

Public Property ExpectedAggregatedFindingsResult Amazon.Bedrock.AutomatedReasoningCheckResult

Gets and sets the property ExpectedAggregatedFindingsResult.

The expected result of the Automated Reasoning check for this test.

Public Property GuardContent System.String

Gets and sets the property GuardContent.

The output content to be validated by the policy, typically representing a foundation model response.

Public Property QueryContent System.String

Gets and sets the property QueryContent.

The input query or prompt that generated the content. This provides context for the validation.

Public Property TestCaseId System.String

Gets and sets the property TestCaseId.

The unique identifier of the test.

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The timestamp when the test was 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