1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _GCP
class _ML(_GCP):
_type = "ml"
_icon_dir = "resources/gcp/ml"
class AdvancedSolutionsLab(_ML):
_icon = "advanced-solutions-lab.png"
class AIHub(_ML):
_icon = "ai-hub.png"
class AIPlatformDataLabelingService(_ML):
_icon = "ai-platform-data-labeling-service.png"
class AIPlatform(_ML):
_icon = "ai-platform.png"
class AutomlNaturalLanguage(_ML):
_icon = "automl-natural-language.png"
class AutomlTables(_ML):
_icon = "automl-tables.png"
class AutomlTranslation(_ML):
_icon = "automl-translation.png"
class AutomlVideoIntelligence(_ML):
_icon = "automl-video-intelligence.png"
class AutomlVision(_ML):
_icon = "automl-vision.png"
class Automl(_ML):
_icon = "automl.png"
class DialogFlowEnterpriseEdition(_ML):
_icon = "dialog-flow-enterprise-edition.png"
class InferenceAPI(_ML):
_icon = "inference-api.png"
class JobsAPI(_ML):
_icon = "jobs-api.png"
class NaturalLanguageAPI(_ML):
_icon = "natural-language-api.png"
class RecommendationsAI(_ML):
_icon = "recommendations-ai.png"
class SpeechToText(_ML):
_icon = "speech-to-text.png"
class TextToSpeech(_ML):
_icon = "text-to-speech.png"
class TPU(_ML):
_icon = "tpu.png"
class TranslationAPI(_ML):
_icon = "translation-api.png"
class VideoIntelligenceAPI(_ML):
_icon = "video-intelligence-api.png"
class VisionAPI(_ML):
_icon = "vision-api.png"
# Aliases
AutoML = Automl
NLAPI = NaturalLanguageAPI
STT = SpeechToText
TTS = TextToSpeech
|