You have the following Python function for creating Azure Cognitive Services resources programmatically. def create_resource (resource_name, kind, account_tier, location) : parameters = CognitiveServicesAccount(sku=Sku(name=account_tier), kind=kind, location=location, properties={}) result = client.accounts.create(resource_group_name, resource_name, parameters)
You need to call the function 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?
ArchMelody
Highly Voted 2 years, 1 month agoulloo
1 year, 7 months agonanaw770
Most Recent 6 months, 3 weeks agoupliftinghut
7 months, 2 weeks agodirgiklis
4 months, 3 weeks agosca88
1 year agordemontis
1 year, 1 month agotrashbox
1 year, 1 month agobare
1 year, 2 months agozellck
1 year, 5 months agozellck
1 year, 5 months agozellck
1 year, 5 months agoPixelmate
1 year, 5 months agoPixelmate
1 year, 5 months agoziggy1117
1 year, 6 months agoap1234pa
1 year, 10 months agoSSJA
2 years ago[Removed]
2 years, 2 months agobe_ml_team
2 years, 2 months agogoo1994
2 years, 3 months agogoo1994
2 years, 3 months ago