List of questions
Related questions
Question 66 - AI-102 discussion
You have the following C# method for creating Azure Cognitive Services resources programmatically.
You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?
A.
create_resource(client, "res1", "ComputerVision", "F0", "westus")
B.
create_resource(client, "res1", "CustomVision.Prediction", "F0", "westus")
C.
create_resource(client, "res1", "ComputerVision", "S0", "westus")
D.
create_resource(client, "res1", "CustomVision.Prediction", "S0", "westus")
Your answer:
0 comments
Sorted by
Leave a comment first