PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #303
You are developing a TensorFlow Extended (TFX) pipeline with standard TFX components. The pipeline includes data preprocessing steps. After the pipeline is deployed to production, it will process up…
The correct answer is B. Run the TFX pipeline in Vertex AI Pipelines. Set the appropriate Apache Beam parameters in the. This configuration allows you to leverage the scalability of Dataflow for processing large datasets (up to 100 TB) efficiently while running the TFX pipeline within Vertex AI Pipelines. By using Apache Beam parameters, you can optimize the data preprocessing steps to handle…
Question
Options
- ARun the TFX pipeline in Vertex AI Pipelines. Configure the pipeline to use Vertex AI Training jobs
- BRun the TFX pipeline in Vertex AI Pipelines. Set the appropriate Apache Beam parameters in the
- CRun the TFX pipeline in Dataproc by using the Apache Beam TFX orchestrator. Set the
- DRun the TFX pipeline in Dataflow by using the Apache Beam TFX orchestrator. Set the appropriate
How the community answered
(34 responses)- A15% (5)
- B76% (26)
- C6% (2)
- D3% (1)
Explanation
This configuration allows you to leverage the scalability of Dataflow for processing large datasets (up to 100 TB) efficiently while running the TFX pipeline within Vertex AI Pipelines. By using Apache Beam parameters, you can optimize the data preprocessing steps to handle large volumes of data effectively. Additionally, integrating with Vertex AI Pipelines ensures that you can publish metrics and parameters to Vertex AI Experiments and track artifacts using Vertex ML Metadata, fulfilling all your requirements for scalability, monitoring, and metadata management.
Topics
Community Discussion
No community discussion yet for this question.