updated the classes and the documentation

pull/951/head
Salih Ergut 2 years ago
parent f6649e1e38
commit 2376d962e0

@ -23,6 +23,9 @@ class AIPlatformDataLabelingService(_ML):
class AIPlatform(_ML): class AIPlatform(_ML):
_icon = "ai-platform.png" _icon = "ai-platform.png"
class ArtifactsRegistry(_ML):
_icon = "artifacts-registry.png"
class AutomlNaturalLanguage(_ML): class AutomlNaturalLanguage(_ML):
_icon = "automl-natural-language.png" _icon = "automl-natural-language.png"
@ -67,6 +70,9 @@ class NaturalLanguageAPI(_ML):
class RecommendationsAI(_ML): class RecommendationsAI(_ML):
_icon = "recommendations-ai.png" _icon = "recommendations-ai.png"
class RetailAPI(_ML):
_icon = "retail-api.png"
class SpeechToText(_ML): class SpeechToText(_ML):
_icon = "speech-to-text.png" _icon = "speech-to-text.png"
@ -83,6 +89,8 @@ class TPU(_ML):
class TranslationAPI(_ML): class TranslationAPI(_ML):
_icon = "translation-api.png" _icon = "translation-api.png"
class VertexAI(_ML):
_icon = "vertex-ai.png"
class VideoIntelligenceAPI(_ML): class VideoIntelligenceAPI(_ML):
_icon = "video-intelligence-api.png" _icon = "video-intelligence-api.png"

@ -173,6 +173,10 @@ Node classes list of gcp provider.
<img width="30" src="/img/resources/gcp/ml/ai-platform.png" alt="AIPlatform" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gcp/ml/ai-platform.png" alt="AIPlatform" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.AIPlatform** **diagrams.gcp.ml.AIPlatform**
<img width="30" src="/img/resources/gcp/ml/artifacts-registry.png" alt="Artifacts Registry" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.artifacts-registry**, **ArtifactsRegistry** (alias)
<img width="30" src="/img/resources/gcp/ml/automl-natural-language.png" alt="AutomlNaturalLanguage" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gcp/ml/automl-natural-language.png" alt="AutomlNaturalLanguage" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.AutomlNaturalLanguage** **diagrams.gcp.ml.AutomlNaturalLanguage**
@ -206,6 +210,9 @@ Node classes list of gcp provider.
<img width="30" src="/img/resources/gcp/ml/recommendations-ai.png" alt="RecommendationsAI" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gcp/ml/recommendations-ai.png" alt="RecommendationsAI" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.RecommendationsAI** **diagrams.gcp.ml.RecommendationsAI**
<img width="30" src="/img/resources/gcp/ml/retail-api.png" alt="RetailAPI" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.RetailAPI**
<img width="30" src="/img/resources/gcp/ml/speech-to-text.png" alt="SpeechToText" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gcp/ml/speech-to-text.png" alt="SpeechToText" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.SpeechToText**, **STT** (alias) **diagrams.gcp.ml.SpeechToText**, **STT** (alias)
@ -221,6 +228,9 @@ Node classes list of gcp provider.
<img width="30" src="/img/resources/gcp/ml/video-intelligence-api.png" alt="VideoIntelligenceAPI" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gcp/ml/video-intelligence-api.png" alt="VideoIntelligenceAPI" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.VideoIntelligenceAPI** **diagrams.gcp.ml.VideoIntelligenceAPI**
<img width="30" src="/img/resources/gcp/ml/vertex-ai.png" alt="VertexAI" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.VertexAI**
<img width="30" src="/img/resources/gcp/ml/vision-api.png" alt="VisionAPI" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gcp/ml/vision-api.png" alt="VisionAPI" style="float: left; padding-right: 5px;" >
**diagrams.gcp.ml.VisionAPI** **diagrams.gcp.ml.VisionAPI**

Loading…
Cancel
Save