AutomatedReasoningPolicyBuildWorkflowSource¶
Structure Class¶
AutomatedReasoningPolicyBuildWorkflowSource
dataclass
¶
Defines the source content for a policy build workflow, which can include documents, repair instructions, or other input materials.
Attributes¶
policy_definition
class-attribute
instance-attribute
¶
policy_definition: AutomatedReasoningPolicyDefinition | None = None
An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.
workflow_content
class-attribute
instance-attribute
¶
workflow_content: AutomatedReasoningPolicyWorkflowTypeContent | None = None
The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.