
Ultimate access to all questions.
You work for a multinational organization that has recently begun operations in Spain, necessitating the translation of various Spanish documents, such as business, legal, and financial documents, for different teams in your organization. To streamline your workflow, you are considering using machine learning to achieve accurate translations quickly and with minimal effort. Given that your organization does not require translations with domain-specific terms or jargon, what should you do?
A
Create a Vertex AI Workbench notebook instance. In the notebook, extract sentences from the documents, and train a custom AutoML text model.
B
Use Google Translate to translate 1,000 phrases from Spanish to English. Using these translated pairs, train a custom AutoML Translation model.
C
Use the Document Translation feature of the Cloud Translation API to translate the documents.
D
Create a Vertex AI Workbench notebook instance. In the notebook, convert the Spanish documents into plain text, and create a custom TensorFlow seq2seq translation model.