![]() |
Submits and runs a TFX pipeline from outside the cluster.
tfx.orchestration.experimental.kubernetes.kubernetes_remote_runner.run_as_kubernetes_job(
pipeline: tfx.orchestration.pipeline.Pipeline
,
tfx_image: Text
) -> None
Args | |
---|---|
pipeline
|
Logical pipeline containing pipeline args and components. |
tfx_image
|
Container image URI for the TFX container. |
Raises | |
---|---|
RuntimeError
|
When an error is encountered running the Kubernetes Job. |