AI-102 • Practice Test 28
Free AI-102 practice test — 15 questions with explanations. Set 28. No signup required.
You are creating a new Custom Vision project with the above JSON. The domainId corresponds to the 'Logo' domain. Which type of model will this project train?
Refer to the exhibit.
```json
{
"name": "MyCustomVisionProject",
"description": "Project for logo detection",
"domainId": "0732100f-1a38-4e49-a514-c9b44d6978f0",
"classificationType": "Multilabel",
"targetExportPlatforms": ["DockerFile", "TensorFlow"]
}
```