Gcp2 AI and Machine Learning Entities
AI Platform
- Preview
- Usage
- Definition
import { AiPlatform } from '@dinghy/diagrams/entitiesGcp2AiAndMachineLearning'
<AiPlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AI_PLATFORM } from '@dinghy/diagrams/entitiesGcp2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, AI_PLATFORM)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
AI Platform 2
- Preview
- Usage
- Definition
import { AiPlatform2 } from '@dinghy/diagrams/entitiesGcp2AiAndMachineLearning'
<AiPlatform2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AI_PLATFORM_2 } from '@dinghy/diagrams/entitiesGcp2AiAndMachineLearning'
<Shape
{...props}
_style={extendStyle(props, AI_PLATFORM_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 68,
}