CLOUD-DIGITAL-LEADER · Question #405
A real estate organization processes photos of properties uploaded by their agents to an internal application. They must manually check and remove photos that contain personally identifiable informati
The correct answer is A. Pre-trained APIs. Pre-trained APIs provide ready-to-use ML capabilities that developers can integrate quickly via API calls without any model training.
Question
A real estate organization processes photos of properties uploaded by their agents to an internal application. They must manually check and remove photos that contain personally identifiable information like passports and credit cards. They want a solution that their developer can use to integrate with their app as quickly as possible. Which solution should they use?
Options
- APre-trained APIs
- BAutoML
- CCustom training
- DBigQuery ML
How the community answered
(31 responses)- A84% (26)
- B3% (1)
- C10% (3)
- D3% (1)
Why each option
Pre-trained APIs provide ready-to-use ML capabilities that developers can integrate quickly via API calls without any model training.
Pre-trained APIs such as Cloud Vision AI and Cloud Sensitive Data Protection require no model training or ML expertise and can be integrated into applications with simple API calls, making them the fastest path to implementation. For detecting PII such as passports and credit cards in images, these APIs are already trained on relevant data and are immediately available. This directly satisfies the requirement for a solution a developer can integrate as quickly as possible.
AutoML requires the organization to provide labeled training data and train a custom model, which takes significantly more time to configure and deploy than using a pre-trained API.
Custom training requires the most development effort, including data collection, model architecture design, training infrastructure setup, and ongoing maintenance.
BigQuery ML is designed for running ML models on structured data within BigQuery using SQL syntax, and is not suited for image-based PII detection in an application integration context.
Concept tested: Pre-trained APIs for rapid image-based PII detection
Source: https://cloud.google.com/sensitive-data-protection/docs/deidentify-images
Topics
Community Discussion
No community discussion yet for this question.