Question 148:
Using your custom vision service, you plan to create an object detector model. Using the custom vision client libraries, you create a custom vision project, add tags to the project, upload the images and tag them and train the project in your active Azure subscription. Next you plan to publish the current iteration. Review the method call given below and complete it by choosing the appropriate parameters: <pre class="brush:java;">private void PublishIteration(..............................................................., Project project) </pre>
Answer options:
A.CustomVisionTrainingClient predictionApi B.CustomVisionPredictionClient predictionApi C.CustomVisionTrainingClient trainingApi D.CustomVisionPredictionClient trainingApi