Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestCaseResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy that contains the test.
-
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
The test details including the content, query, expected result, and metadata.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy that contains the test.
5317 5318 5319 5320 5321 5322 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5317 class GetAutomatedReasoningPolicyTestCaseResponse < Struct.new( :policy_arn, :test_case) SENSITIVE = [] include Aws::Structure end |
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
The test details including the content, query, expected result, and metadata.
5317 5318 5319 5320 5321 5322 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5317 class GetAutomatedReasoningPolicyTestCaseResponse < Struct.new( :policy_arn, :test_case) SENSITIVE = [] include Aws::Structure end |