List of questions
Related questions
Question 227 - Professional Machine Learning Engineer discussion
You recently trained an XGBoost model on tabular data You plan to expose the model for internal use as an HTTP microservice After deployment you expect a small number of incoming requests. You want to productionize the model with the least amount of effort and latency. What should you do?
A.
Deploy the model to BigQuery ML by using CREATE model with the BOOSTED-THREE-REGRESSOR statement and invoke the BigQuery API from the microservice.
B.
Build a Flask-based app Package the app in a custom container on Vertex Al and deploy it to Vertex Al Endpoints.
C.
Build a Flask-based app Package the app in a Docker image and deploy it to Google Kubernetes Engine in Autopilot mode.
D.
Use a prebuilt XGBoost Vertex container to create a model and deploy it to Vertex Al Endpoints.
Your answer:
0 comments
Sorted by
Leave a comment first