Which Google Cloud AI service provides pre-trained models for common tasks like vision, language, and conversation?
- Vertex AI
- Cloud AI Platform
- TensorFlow on GCP
- Pre-built AI APIs (Vision, Natural Language, etc.) ✓
Correct answer: Pre-built AI APIs (Vision, Natural Language, etc.)
Option D is correct because Google Cloud's suite of pre-built AI APIs, including the Vision API, Natural Language API, Translation API, and Dialogflow, provides ready-to-use models trained on large datasets by Google, allowing developers to add AI capabilities to applications without building or training models themselves. Option A is incorrect because Vertex AI is a unified MLOps platform for building, training, deploying, and managing custom machine learning models, not primarily a collection of pre-trained API endpoints. Option B is incorrect because Cloud AI Platform was the predecessor branding to Vertex AI and referred to the model-training and deployment platform, not specifically the pre-built API products. Option C is incorrect because TensorFlow on GCP refers to using the open-source TensorFlow framework on Google Cloud infrastructure to train custom models, not to consuming pre-trained APIs.
Topic: · pre-built ai apis, vision api, natural language api, gcp ai