Azure2 AI and Machine Learning Entities
AI Studio
- Preview
- Usage
- Definition
import { AiStudio } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<AiStudio/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AI_STUDIO } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, AI_STUDIO)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/AI_Studio.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 68,
}
Anomaly Detector
- Preview
- Usage
- Definition
import { AnomalyDetector } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<AnomalyDetector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANOMALY_DETECTOR } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, ANOMALY_DETECTOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Anomaly_Detector.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Applied AI
- Preview
- Usage
- Definition
import { AppliedAi } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<AppliedAi/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLIED_AI } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, APPLIED_AI)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Azure_Applied_AI.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 52,
}
Batch AI
- Preview
- Usage
- Definition
import { BatchAi } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<BatchAi/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BATCH_AI } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, BATCH_AI)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Batch_AI.svg;strokeColor=none;',
},
_width: 48,
_height: 68,
}
Bonsai
- Preview
- Usage
- Definition
import { Bonsai } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Bonsai/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BONSAI } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, BONSAI)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Bonsai.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 66,
}
Bot Services
- Preview
- Usage
- Definition
import { BotServices } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<BotServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BOT_SERVICES } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, BOT_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Bot_Services.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Cognitive Search
- Preview
- Usage
- Definition
import { CognitiveSearch } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<CognitiveSearch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COGNITIVE_SEARCH } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, COGNITIVE_SEARCH)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/Search_Services.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 49.120000000000005,
}
Cognitive Services
- Preview
- Usage
- Definition
import { CognitiveServices } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<CognitiveServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COGNITIVE_SERVICES } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, COGNITIVE_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Cognitive_Services.svg;strokeColor=none;',
},
_width: 68,
_height: 48,
}
Cognitive Services Decisions
- Preview
- Usage
- Definition
import { CognitiveServicesDecisions } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<CognitiveServicesDecisions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COGNITIVE_SERVICES_DECISIONS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, COGNITIVE_SERVICES_DECISIONS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Cognitive_Services_Decisions.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Computer Vision
- Preview
- Usage
- Definition
import { ComputerVision } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ComputerVision/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTER_VISION } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, COMPUTER_VISION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Computer_Vision.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Content Moderators
- Preview
- Usage
- Definition
import { ContentModerators } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ContentModerators/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTENT_MODERATORS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, CONTENT_MODERATORS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Content_Moderators.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 62.8,
}
Content Safety
- Preview
- Usage
- Definition
import { ContentSafety } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ContentSafety/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTENT_SAFETY } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, CONTENT_SAFETY)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Content_Safety.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Custom Vision
- Preview
- Usage
- Definition
import { CustomVision } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<CustomVision/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOM_VISION } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, CUSTOM_VISION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Custom_Vision.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Experimentation Studio
- Preview
- Usage
- Definition
import { ExperimentationStudio } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ExperimentationStudio/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXPERIMENTATION_STUDIO } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, EXPERIMENTATION_STUDIO)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Azure_Experimentation_Studio.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 56.00000000000001,
}
Face APIs
- Preview
- Usage
- Definition
import { FaceApis } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<FaceApis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FACE_APIS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, FACE_APIS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Face_APIs.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Form Recognizers
- Preview
- Usage
- Definition
import { FormRecognizers } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<FormRecognizers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FORM_RECOGNIZERS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, FORM_RECOGNIZERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Form_Recognizers.svg;strokeColor=none;',
},
_original_width: 63.2,
_original_height: 68,
}
Genomics
- Preview
- Usage
- Definition
import { Genomics } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Genomics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GENOMICS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, GENOMICS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Genomics.svg;strokeColor=none;',
},
_width: 36,
_height: 68,
}
Immersive Readers
- Preview
- Usage
- Definition
import { ImmersiveReaders } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ImmersiveReaders/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IMMERSIVE_READERS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, IMMERSIVE_READERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Immersive_Readers.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Language
- Preview
- Usage
- Definition
import { Language } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Language/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LANGUAGE } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, LANGUAGE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Language_Services.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Language Understanding
- Preview
- Usage
- Definition
import { LanguageUnderstanding } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<LanguageUnderstanding/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LANGUAGE_UNDERSTANDING } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, LANGUAGE_UNDERSTANDING)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Language_Understanding.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Machine Learning
- Preview
- Usage
- Definition
import { MachineLearning } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<MachineLearning/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Machine_Learning.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 68,
}
Machine Learning Studio - Classic Web Services
- Preview
- Usage
- Definition
import { MachineLearningStudioClassicWebServices } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<MachineLearningStudioClassicWebServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_STUDIO_CLASSIC_WEB_SERVICES } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_STUDIO_CLASSIC_WEB_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Machine_Learning_Studio_Classic_Web_Services.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Machine Learning Studio - Web Service Plans
- Preview
- Usage
- Definition
import { MachineLearningStudioWebServicePlans } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<MachineLearningStudioWebServicePlans/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_STUDIO_WEB_SERVICE_PLANS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_STUDIO_WEB_SERVICE_PLANS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Machine_Learning_Studio_Web_Service_Plans.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Machine Learning Studio - Workspaces
- Preview
- Usage
- Definition
import { MachineLearningStudioWorkspaces } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<MachineLearningStudioWorkspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_STUDIO_WORKSPACES } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_STUDIO_WORKSPACES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Machine_Learning_Studio_Workspaces.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Metrics Advisor
- Preview
- Usage
- Definition
import { MetricsAdvisor } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<MetricsAdvisor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { METRICS_ADVISOR } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, METRICS_ADVISOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/compute/Metrics_Advisor.svg;strokeColor=none;',
},
_original_width: 54.800000000000004,
_original_height: 68,
}
Object Understanding
- Preview
- Usage
- Definition
import { ObjectUnderstanding } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ObjectUnderstanding/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OBJECT_UNDERSTANDING } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, OBJECT_UNDERSTANDING)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Azure_Object_Understanding.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
OpenAI
- Preview
- Usage
- Definition
import { Openai } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Openai/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENAI } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, OPENAI)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Azure_OpenAI.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Personalizers
- Preview
- Usage
- Definition
import { Personalizers } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Personalizers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERSONALIZERS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, PERSONALIZERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Personalizers.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 55.2,
}
QnA Makers
- Preview
- Usage
- Definition
import { QnaMakers } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<QnaMakers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QNA_MAKERS } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, QNA_MAKERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/QnA_Makers.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Serverless Search
- Preview
- Usage
- Definition
import { ServerlessSearch } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<ServerlessSearch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVERLESS_SEARCH } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, SERVERLESS_SEARCH)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Serverless_Search.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Speech Services
- Preview
- Usage
- Definition
import { SpeechServices } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<SpeechServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPEECH_SERVICES } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, SPEECH_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Speech_Services.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Translator Text
- Preview
- Usage
- Definition
import { TranslatorText } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<TranslatorText/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSLATOR_TEXT } from '@dinghy/diagrams/entitiesAzure2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, TRANSLATOR_TEXT)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/ai_machine_learning/Translator_Text.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}