
Ultimate access to all questions.
You are the Director of Data Science at a large company. Your Data Science team has recently started using the Kubeflow Pipelines SDK to orchestrate their machine learning training pipelines on Kubernetes. However, they are facing difficulties in integrating their custom Python code with the Kubeflow Pipelines SDK. What approach would you recommend for quickly integrating the custom Python code with the Kubeflow Pipelines SDK?
A
Use the func_to_container_op function to create custom components from the Python code._
B
Use the predefined components available in the Kubeflow Pipelines SDK to access Dataproc, and run the custom code there.
C
Package the custom Python code into Docker containers, and use the load_component_from_file function to import the containers into the pipeline._
D
Deploy the custom Python code to Cloud Functions, and use Kubeflow Pipelines to trigger the Cloud Function.