Ultimate access to all questions.
You are a machine learning engineer at a company that has developed an ML model to detect the sentiment of users' posts on your company's social media page. The goal is to identify potential outages or bugs through sentiment analysis. For real-time predictions, you are using Dataflow to process data ingested from Pub/Sub. You plan to update the model regularly with new training iterations and keep the latest two versions live after every update. You need to split the incoming traffic between the two versions in an 80:20 ratio, with the newest model getting 80% of the traffic. Additionally, you want the solution to require minimal management and keep the pipeline as simple as possible. What should you do?