Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestResultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestResultResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_result ⇒ Types::AutomatedReasoningPolicyTestResult
The test result containing validation findings, execution status, and detailed analysis.
Instance Attribute Details
#test_result ⇒ Types::AutomatedReasoningPolicyTestResult
The test result containing validation findings, execution status, and detailed analysis.
5343 5344 5345 5346 5347 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5343 class GetAutomatedReasoningPolicyTestResultResponse < Struct.new( :test_result) SENSITIVE = [] include Aws::Structure end |