gigl.orchestration.kubeflow.kfp_pipeline#
Attributes#
Functions#
| 
 | Generates a KFP pipeline definition for GiGL. | 
Module Contents#
- gigl.orchestration.kubeflow.kfp_pipeline.generate_pipeline(common_pipeline_component_configs, tag=None)[source]#
- Generates a KFP pipeline definition for GiGL. :param common_pipeline_component_configs: Shared configuration between components. :type common_pipeline_component_configs: CommonPipelineComponentConfigs :param tag: Optional tag, which is provided will be used to tag the pipeline description. :type tag: Optiona[str] - Returns:
- An @kfp.dsl.pipeline decorated function to generated a pipeline. 
- Parameters:
- common_pipeline_component_configs (gigl.common.types.resource_config.CommonPipelineComponentConfigs) 
- tag (Optional[str]) 
 
 
