Generative AI Leader • Practice Test 33
Free Generative AI Leader practice test — 15 questions with explanations. Set 33. No signup required.
An ML engineer sees the above deployment output. The business wants to reduce inference cost. Which action should they take?
Refer to the exhibit. ``` $ gcloud ai endpoints deploy-model \ --endpoint=projects/123/locations/us-central1/endpoints/456 \ --model=projects/123/locations/us-central1/models/789 \ --machine-type=n1-highmem-2 \ --traffic-split=0=100 Deployed model: projects/123/locations/us-central1/endpoints/456/deployedModels/789 Machine type: n1-highmem-2 Traffic split: 100% ```