Class: Aws::Bedrock::Types::AutomatedReasoningPolicyTestResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyTestResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains the results of testing an Automated Reasoning policy against various scenarios and validation checks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregated_test_findings_result ⇒ String
A summary of all test findings, aggregated to provide an overall assessment of policy quality and correctness.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy that was tested.
-
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
The test case that was executed, including the input content, expected results, and configuration parameters used during validation.
-
#test_findings ⇒ Array<Types::AutomatedReasoningCheckFinding>
Detailed findings from the test run, including any issues, violations, or unexpected behaviors discovered.
-
#test_run_result ⇒ String
The overall result of the test run, indicating whether the policy passed or failed validation.
-
#test_run_status ⇒ String
The overall status of the test run (e.g., COMPLETED, FAILED, IN_PROGRESS).
-
#updated_at ⇒ Time
The timestamp when the test results were last updated.
Instance Attribute Details
#aggregated_test_findings_result ⇒ String
A summary of all test findings, aggregated to provide an overall assessment of policy quality and correctness.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy that was tested.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
The test case that was executed, including the input content, expected results, and configuration parameters used during validation.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |
#test_findings ⇒ Array<Types::AutomatedReasoningCheckFinding>
Detailed findings from the test run, including any issues, violations, or unexpected behaviors discovered.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |
#test_run_result ⇒ String
The overall result of the test run, indicating whether the policy passed or failed validation.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |
#test_run_status ⇒ String
The overall status of the test run (e.g., COMPLETED, FAILED, IN_PROGRESS).
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the test results were last updated.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1872 class AutomatedReasoningPolicyTestResult < Struct.new( :test_case, :policy_arn, :test_run_status, :test_findings, :test_run_result, :aggregated_test_findings_result, :updated_at) SENSITIVE = [] include Aws::Structure end |