Aws17 Artificial Intelligence Entities
Lex
- Preview
- Usage
- Definition
import { Lex } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Lex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LEX } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, LEX)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.lex;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 81,
}
Machine Learning
- Preview
- Usage
- Definition
import { MachineLearning } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<MachineLearning/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.machine_learning;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Polly
- Preview
- Usage
- Definition
import { Polly } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Polly/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLLY } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, POLLY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.polly;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Rekognition
- Preview
- Usage
- Definition
import { Rekognition } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Rekognition/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REKOGNITION } from '@dinghy/diagrams/entitiesAws17ArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, REKOGNITION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rekognition;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}