gigl.orchestration.kubeflow.generate_pipeline#

gigl.orchestration.kubeflow.kfp_pipeline.generate_pipeline(common_pipeline_component_configs: CommonPipelineComponentConfigs, tag: str | None = None)#

Generates a KFP pipeline definition for GiGL. Args:

common_pipeline_component_configs (CommonPipelineComponentConfigs): Shared configuration between components. tag (Optiona[str]): Optional tag, which is provided will be used to tag the pipeline description.

Returns:

An @kfp.dsl.pipeline decorated function to generated a pipeline.