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
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! " ); }