gigl.orchestration.kubeflow.kfp_pipeline#

Attributes#

Functions#

generate_pipeline(common_pipeline_component_configs[, tag])

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:
gigl.orchestration.kubeflow.kfp_pipeline.SPECED_COMPONENTS: Final[List[str]][source]#
gigl.orchestration.kubeflow.kfp_pipeline.logger[source]#