![]() |
Runtime configuration parameters specific to execution on Kubernetes.
Inherits From: PipelineConfig
tfx.orchestration.experimental.kubernetes.kubernetes_dag_runner.KubernetesDagRunnerConfig(
tfx_image: Optional[Text] = None,
supported_launcher_classes: Optional[List[Type[base_component_launcher.BaseComponentLauncher]]] = None,
**kwargs
)
Args | |
---|---|
tfx_image
|
The TFX container image to use in the pipeline. |
supported_launcher_classes
|
Optional list of component launcher classes that are supported by the current pipeline. List sequence determines the order in which launchers are chosen for each component being run. |
**kwargs
|
keyword args for PipelineConfig. |