mlm_insights.workflow.interface package

Submodules

mlm_insights.workflow.interface.workflow_base module

class mlm_insights.workflow.interface.workflow_base.WorkflowBase(workflow_request: WorkflowRequest)

Bases: ABC

Abstract base class to represent a MLM Workflow. Concrete workflow implementations must override execute_workflow method.

abstract execute_workflow(engine: Any) Profile

Module contents