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, 3 months agoulloo
1 year, 10 months agosyupwsh
Most Recent 3 days, 19 hours agonanaw770
9 months, 1 week agoupliftinghut
10 months, 1 week agodirgiklis
7 months, 2 weeks agosca88
1 year, 3 months agordemontis
1 year, 4 months agotrashbox
1 year, 4 months agobare
1 year, 5 months agozellck
1 year, 8 months agozellck
1 year, 8 months agozellck
1 year, 7 months agoPixelmate
1 year, 8 months agoPixelmate
1 year, 8 months agoziggy1117
1 year, 8 months agoap1234pa
2 years, 1 month agoSSJA
2 years, 2 months ago[Removed]
2 years, 5 months agobe_ml_team
2 years, 5 months ago