PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #299
You have developed an AutoML tabular classification model that identifies high-value customers who interact with your organization's website. You plan to deploy the model to a new Vertex AI endpoint…
The correct answer is B. Configure the model deployment settings to use an n1-standard-4 machine type. Set the. This configuration allows you to optimize for both cost and performance. The n1-standard-4 machine type provides a good balance of resources for handling requests, while setting the minReplicaCount to 1 ensures that you always have at least one instance running to handle…
Question
Options
- AConfigure the model deployment settings to use an n1-standard-32 machine type.
- BConfigure the model deployment settings to use an n1-standard-4 machine type. Set the
- CConfigure the model deployment settings to use an n1-standard-4 machine type and a GPU
- DConfigure the model deployment settings to use an n1-standard-8 machine type and a GPU
How the community answered
(32 responses)- A16% (5)
- B75% (24)
- C3% (1)
- D6% (2)
Explanation
This configuration allows you to optimize for both cost and performance. The n1-standard-4 machine type provides a good balance of resources for handling requests, while setting the minReplicaCount to 1 ensures that you always have at least one instance running to handle traffic, and setting the maxReplicaCount to 8 allows for scaling up during peak traffic times (nights and weekends) to minimize latency. This setup helps manage costs effectively while ensuring the application can handle higher loads when necessary.
Topics
Community Discussion
No community discussion yet for this question.