Skip to content

Bedrock  >  Operations  >  get_automated_reasoning_policy_test_result

get_automated_reasoning_policy_test_result

Operation

get_automated_reasoning_policy_test_result async

get_automated_reasoning_policy_test_result(input: GetAutomatedReasoningPolicyTestResultInput, plugins: list[Plugin] | None = None) -> GetAutomatedReasoningPolicyTestResultOutput

Retrieves the test result for a specific Automated Reasoning policy test. Returns detailed validation findings and execution status.

Parameters:

Name Type Description Default
input GetAutomatedReasoningPolicyTestResultInput

An instance of GetAutomatedReasoningPolicyTestResultInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetAutomatedReasoningPolicyTestResultOutput

An instance of GetAutomatedReasoningPolicyTestResultOutput.

Input

GetAutomatedReasoningPolicyTestResultInput dataclass

Dataclass for GetAutomatedReasoningPolicyTestResultInput structure.

Attributes

build_workflow_id class-attribute instance-attribute
build_workflow_id: str | None = None

The build workflow identifier. The build workflow must display a COMPLETED status to get results.

policy_arn class-attribute instance-attribute
policy_arn: str | None = None

The Amazon Resource Name (ARN) of the Automated Reasoning policy.

test_case_id class-attribute instance-attribute
test_case_id: str | None = None

The unique identifier of the test for which to retrieve results.

Output

GetAutomatedReasoningPolicyTestResultOutput dataclass

Dataclass for GetAutomatedReasoningPolicyTestResultOutput structure.

Attributes

test_result instance-attribute

The test result containing validation findings, execution status, and detailed analysis.