Trang chủ Professional Data Engineer 333 / 343
Quay lại bộ đề
Question #333 Topic 1
Your organization has thousands of images stored in Cloud Storage. The organization's data analysts need to categorize these images upon analyzing the image content and store the results in a structured format for integration with other BigQuery datasets. You need a solution that allows the analysts to perform this task with the least amount of coding. What should you do?
A
Use the Gemini 2.5 Pro model in Vertex AI to analyze the images and store the results in BigQuery.
B
Use the ML.UNDERSTAND_TEXT function along with object tables to analyze the images, and store the JSON output in a Cloud Storage bucket.
C
Use Vertex AI Vision API to analyze the images and store the results in BigQuery.
D
Use the ML.GENERATE_TEXT function along with object tables to analyze the images and store the JSON output in a BigQuery table.