Workflow Objects
stages
Workflow class in Projects.get_stage
- name: Name of the stage.
- uuid: Unique identifier for the stage.
- type_: The type of stage.
type_) from non-Consensus and Consensus Projects.๐ The World's Largest Multimodal AI Dataset! Encord's E-MM1 is available now.
class Workflow()
def get_stage(*,
name: Optional[str] = None,
uuid: Optional[Union[UUID, str]] = None,
type_: Optional[Type[WorkflowStageT]] = None) -> WorkflowStageT
type_) from non-Consensus and Consensus Projects.Was this page helpful?