Workflow Types

class indico.types.workflow.WorkflowComponent(**kwargs)

A component, such as a Model Group or Content Length filter, that is present on a workflow. This is essentially a step in the workflow process, such as OCR or predicting with a model group.

Represents a link between two components.

class indico.types.workflow.Workflow(**kwargs)

Represents a Workflow in the Indico Data Platform.

class indico.types.workflow.LinkedLabelStrategy(value)

An enumeration.

class indico.types.workflow.LinkedLabelGroup(name, strategy, class_ids, strategy_settings)
class indico.types.workflow.ComponentFamily(value)

An enumeration.