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 |
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 |
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.
Output¶
GetAutomatedReasoningPolicyTestResultOutput
dataclass
¶
Dataclass for GetAutomatedReasoningPolicyTestResultOutput structure.
Attributes¶
test_result
instance-attribute
¶
test_result: AutomatedReasoningPolicyTestResult
The test result containing validation findings, execution status, and detailed analysis.