Google Cloud Professional Machine Learning Engineer — Question 272

You need to train an XGBoost model on a small dataset. Your training code requires custom dependencies. You want to minimize the startup time of your training job. How should you set up your Vertex AI custom training job?

Answer options

Correct answer: A

Explanation

The correct answer, A, minimizes startup time by using a custom container that directly accesses data stored in Cloud Storage, avoiding unnecessary overhead. Options B and D involve additional steps for installing dependencies, which can increase startup time, while option C does not utilize Cloud Storage, potentially limiting flexibility and efficiency in data access.