
Ultimate access to all questions.
You are deploying an AutoML tabular classification model to a new Vertex AI endpoint to identify high-value customers from your website application. The endpoint must be configured to handle higher traffic during nights and weekends while minimizing latency and cost. What should you do?
A
Configure the model deployment settings to use an n1-standard-32 machine type.
B
Configure the model deployment settings to use an n1-standard-4 machine type. Set the minReplicaCount value to 1 and the maxReplicaCount value to 8.
C
Configure the model deployment settings to use an n1-standard-4 machine type and a GPU accelerator. Set the minReplicaCount value to 1 and the maxReplicaCount value to 4.
D
Configure the model deployment settings to use an n1-standard-8 machine type and a GPU accelerator.