Class: Aws::Bedrock::Types::AutomatedReasoningPolicyGeneratedTestCases

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#generated_test_casesArray<Types::AutomatedReasoningPolicyGeneratedTestCase>

Represents a collection of generated test cases.



1605
1606
1607
1608
1609
# File 'lib/aws-sdk-bedrock/types.rb', line 1605

class AutomatedReasoningPolicyGeneratedTestCases < Struct.new(
  :generated_test_cases)
  SENSITIVE = []
  include Aws::Structure
end