Cae AI and ML Service Entities
Batch AI
- Preview
- Usage
- Definition
import { BatchAi } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<BatchAi/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BATCH_AI } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, BATCH_AI)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Batch_AI.svg;strokeColor=none;',
},
_width: 36,
_height: 50,
}
Bot Services
- Preview
- Usage
- Definition
import { BotServices } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<BotServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BOT_SERVICES } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, BOT_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Bot_Services.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Cognitive Services
- Preview
- Usage
- Definition
import { CognitiveServices } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<CognitiveServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COGNITIVE_SERVICES } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, COGNITIVE_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Cognitive_Services.svg;strokeColor=none;',
},
_width: 50,
_height: 30,
}
Genomics Accounts
- Preview
- Usage
- Definition
import { GenomicsAccounts } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<GenomicsAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GENOMICS_ACCOUNTS } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, GENOMICS_ACCOUNTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Genomics_Accounts.svg;strokeColor=none;',
},
_width: 26,
_height: 50,
}
Machine Learning Service Workspaces
- Preview
- Usage
- Definition
import { MachineLearningServiceWorkspaces } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<MachineLearningServiceWorkspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_SERVICE_WORKSPACES } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_SERVICE_WORKSPACES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Machine_Learning_Service_Workspaces.svg;strokeColor=none;',
},
_original_width: 46,
_original_height: 50,
}
Machine Learning Studio Web Service Plans
- Preview
- Usage
- Definition
import { MachineLearningStudioWebServicePlans } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<MachineLearningStudioWebServicePlans/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_STUDIO_WEB_SERVICE_PLANS } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_STUDIO_WEB_SERVICE_PLANS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Machine_Learning_Studio_Web_Service_Plans.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Machine Learning Studio Web Services
- Preview
- Usage
- Definition
import { MachineLearningStudioWebServices } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<MachineLearningStudioWebServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_STUDIO_WEB_SERVICES } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_STUDIO_WEB_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Machine_Learning_Studio_Web_Services.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Machine Learning Studio Workspaces
- Preview
- Usage
- Definition
import { MachineLearningStudioWorkspaces } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<MachineLearningStudioWorkspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING_STUDIO_WORKSPACES } from '@dinghy/diagrams/entitiesCaeAiAndMlService'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING_STUDIO_WORKSPACES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Machine_Learning_Studio_Workspaces.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}