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.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class AutomatedReasoningPolicyTestCase
The AutomatedReasoningPolicyTestCase type exposes the following members
Name | Description | |
---|---|---|
![]() |
AutomatedReasoningPolicyTestCase() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
CreatedAt | System.DateTime |
Gets and sets the property CreatedAt. The timestamp when the test was created. |
![]() |
ExpectedAggregatedFindingsResult | Amazon.Bedrock.AutomatedReasoningCheckResult |
Gets and sets the property ExpectedAggregatedFindingsResult. The expected result of the Automated Reasoning check for this test. |
![]() |
GuardContent | System.String |
Gets and sets the property GuardContent. The output content to be validated by the policy, typically representing a foundation model response. |
![]() |
QueryContent | System.String |
Gets and sets the property QueryContent. The input query or prompt that generated the content. This provides context for the validation. |
![]() |
TestCaseId | System.String |
Gets and sets the property TestCaseId. The unique identifier of the test. |
![]() |
UpdatedAt | System.DateTime |
Gets and sets the property UpdatedAt. The timestamp when the test was last updated. |
.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