Class: Aws::Bedrock::Types::AutomatedReasoningPolicyGeneratedTestCases
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyGeneratedTestCases
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains a comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_test_cases ⇒ Array<Types::AutomatedReasoningPolicyGeneratedTestCase>
Represents a collection of generated test cases.
Instance Attribute Details
#generated_test_cases ⇒ Array<Types::AutomatedReasoningPolicyGeneratedTestCase>
Represents a collection of generated test cases.
1613 1614 1615 1616 1617 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1613 class AutomatedReasoningPolicyGeneratedTestCases < Struct.new( :generated_test_cases) SENSITIVE = [] include Aws::Structure end |