Video upload date:  · Duration: PT1H46M27S  · Language: EN

You are tasked to use image classification in azure video

ai-102-ai-engineer-assoc video for you are tasked to use image classification in Azure to classify a set of images. You plan to upload and tag the images using

This is a dedicated watch page for a single video.

Full Certification Question

You are tasked to use image classification in Azure to classify a set of images. You plan to upload and tag the images using Custom Vision REST API. Review the code snippet given below and choose the class that you will use for publishing the current iteration: private static void Publishlteration (.................. trainingApi , Project project ) { trainingApi . PublishIteration ( project . Id , iteration . ld , publishedModelName , predictionResourceId ); Console . WriteLine ( "Done! " ); }