ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

118 / 166

Question 118:

You plan to export your custom vision classifier in Azure and use it in your application to run locally on the mobile devices for real time classification. You use compact domains for this export. Assuming that you are using platform ONNX to export to and format as ONNX10, review the code below and complete it by choosing the most appropriate answer choice. 
project_id = "<Project Id>" 
iteration_id = "Iteration Id" 
platform = "ONNX" 
flavor = "ONNX10" 
export = trainer.……………………………...(project_id, iteration_id, platform, flavor, raw=False

Answer options:

A.export_project
B.export_iteration
C.update_project
D.update_iteration