Source code for azure.mgmt.cognitiveservices.models.cognitive_services_management_client_enums

# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from enum import Enum


[docs]class SkuName(str, Enum): f0 = "F0" p0 = "P0" p1 = "P1" p2 = "P2" s0 = "S0" s1 = "S1" s2 = "S2" s3 = "S3" s4 = "S4" s5 = "S5" s6 = "S6"
[docs]class SkuTier(str, Enum): free = "Free" standard = "Standard" premium = "Premium"
[docs]class Kind(str, Enum): bing_autosuggestv7 = "Bing.Autosuggest.v7" bing_custom_search = "Bing.CustomSearch" bing_searchv7 = "Bing.Search.v7" bing_speech = "Bing.Speech" bing_spell_checkv7 = "Bing.SpellCheck.v7" computer_vision = "ComputerVision" content_moderator = "ContentModerator" custom_speech = "CustomSpeech" custom_vision_prediction = "CustomVision.Prediction" custom_vision_training = "CustomVision.Training" emotion = "Emotion" face = "Face" luis = "LUIS" qn_amaker = "QnAMaker" speaker_recognition = "SpeakerRecognition" speech_translation = "SpeechTranslation" text_analytics = "TextAnalytics" text_translation = "TextTranslation" web_lm = "WebLM"
[docs]class ProvisioningState(str, Enum): creating = "Creating" resolving_dns = "ResolvingDNS" moving = "Moving" deleting = "Deleting" succeeded = "Succeeded" failed = "Failed"
[docs]class KeyName(str, Enum): key1 = "Key1" key2 = "Key2"
[docs]class UnitType(str, Enum): count = "Count" bytes = "Bytes" seconds = "Seconds" percent = "Percent" count_per_second = "CountPerSecond" bytes_per_second = "BytesPerSecond" milliseconds = "Milliseconds"
[docs]class QuotaUsageStatus(str, Enum): included = "Included" blocked = "Blocked" in_overage = "InOverage" unknown = "Unknown"
[docs]class ResourceSkuRestrictionsType(str, Enum): location = "Location" zone = "Zone"
[docs]class ResourceSkuRestrictionsReasonCode(str, Enum): quota_id = "QuotaId" not_available_for_subscription = "NotAvailableForSubscription"