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.
Container for the parameters to the CreateAutomatedReasoningPolicyTestCase operation. Creates a test for an Automated Reasoning policy. Tests validate that your policy works as expected by providing sample inputs and expected outcomes. Use tests to verify policy behavior before deploying to production.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class CreateAutomatedReasoningPolicyTestCaseRequest : AmazonBedrockRequest IAmazonWebServiceRequest
The CreateAutomatedReasoningPolicyTestCaseRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateAutomatedReasoningPolicyTestCaseRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientRequestToken | System.String |
Gets and sets the property ClientRequestToken. A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. |
![]() |
ConfidenceThreshold | System.Double |
Gets and sets the property ConfidenceThreshold. The minimum confidence level for logic validation. Content that meets the threshold is considered a high-confidence finding that can be validated. |
![]() |
ExpectedAggregatedFindingsResult | Amazon.Bedrock.AutomatedReasoningCheckResult |
Gets and sets the property ExpectedAggregatedFindingsResult. The expected result of the Automated Reasoning check. Valid values include: , TOO_COMPLEX, and NO_TRANSLATIONS.
|
![]() |
GuardContent | System.String |
Gets and sets the property GuardContent. The output content that's validated by the Automated Reasoning policy. This represents the foundation model response that will be checked for accuracy. |
![]() |
PolicyArn | System.String |
Gets and sets the property PolicyArn. The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create the test. |
![]() |
QueryContent | System.String |
Gets and sets the property QueryContent. The input query or prompt that generated the content. This provides context for the validation. |
.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