import { createProvider } from "../../create-provider"; export const AdvancedSolutionsLab = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/advanced-solutions-lab.png" ); export const AIHub = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/ai-hub.png" ); export const AIPlatformDataLabelingService = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/ai-platform-data-labeling-service.png" ); export const AIPlatform = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/ai-platform.png" ); export const AutomlNaturalLanguage = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/automl-natural-language.png" ); export const AutomlTables = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/automl-tables.png" ); export const AutomlTranslation = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/automl-translation.png" ); export const AutomlVideoIntelligence = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/automl-video-intelligence.png" ); export const AutomlVision = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/automl-vision.png" ); export const Automl = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/automl.png" ); export const DialogFlowEnterpriseEdition = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/dialog-flow-enterprise-edition.png" ); export const InferenceAPI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/inference-api.png" ); export const JobsAPI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/jobs-api.png" ); export const NaturalLanguageAPI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/natural-language-api.png" ); export const RecommendationsAI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/recommendations-ai.png" ); export const SpeechToText = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/speech-to-text.png" ); export const TextToSpeech = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/text-to-speech.png" ); export const TPU = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/tpu.png" ); export const TranslationAPI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/translation-api.png" ); export const VideoIntelligenceAPI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/video-intelligence-api.png" ); export const VisionAPI = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/gcp/ml/vision-api.png" ); export const AutoML = Automl; export const NLAPI = NaturalLanguageAPI; export const STT = SpeechToText; export const TTS = TextToSpeech;