cancel_automated_reasoning_policy_build_workflow¶
Operation¶
cancel_automated_reasoning_policy_build_workflow
async
¶
cancel_automated_reasoning_policy_build_workflow(input: CancelAutomatedReasoningPolicyBuildWorkflowInput, plugins: list[Plugin] | None = None) -> CancelAutomatedReasoningPolicyBuildWorkflowOutput
Cancels a running Automated Reasoning policy build workflow. This stops the policy generation process and prevents further processing of the source documents.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CancelAutomatedReasoningPolicyBuildWorkflowInput
|
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 |
|---|---|
CancelAutomatedReasoningPolicyBuildWorkflowOutput
|
An instance of |
Input¶
CancelAutomatedReasoningPolicyBuildWorkflowInput
dataclass
¶
Dataclass for CancelAutomatedReasoningPolicyBuildWorkflowInput structure.
Output¶
CancelAutomatedReasoningPolicyBuildWorkflowOutput
dataclass
¶
Dataclass for CancelAutomatedReasoningPolicyBuildWorkflowOutput structure.