Aws18 Machine Learning Entities
Amazon Comprehend
- Preview
- Usage
- Definition
import { AmazonComprehend } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonComprehend/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_COMPREHEND } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_COMPREHEND)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.comprehend;',
},
_width: 80,
_height: 110,
}
Amazon Lex
- Preview
- Usage
- Definition
import { AmazonLex } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonLex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_LEX } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_LEX)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.lex;',
},
_width: 80,
_height: 100,
}
Amazon Polly
- Preview
- Usage
- Definition
import { AmazonPolly } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonPolly/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_POLLY } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_POLLY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.polly;',
},
_width: 80,
_height: 100,
}
Amazon Rekognition
- Preview
- Usage
- Definition

import { AmazonRekognition } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonRekognition/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_REKOGNITION } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_REKOGNITION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.rekognition;',
},
_width: 80,
_height: 110,
}
Amazon Rekognition Image
- Preview
- Usage
- Definition

import { AmazonRekognitionImage } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonRekognitionImage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_REKOGNITION_IMAGE } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_REKOGNITION_IMAGE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.rekognition_image;',
},
_width: 80,
_height: 120,
}
Amazon Rekognition Video
- Preview
- Usage
- Definition

import { AmazonRekognitionVideo } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonRekognitionVideo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_REKOGNITION_VIDEO } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_REKOGNITION_VIDEO)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.rekognition_video;',
},
_width: 80,
_height: 120,
}
Amazon SageMaker
- Preview
- Usage
- Definition

import { AmazonSagemaker } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonSagemaker/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_SAGEMAKER } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_SAGEMAKER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.sagemaker;',
},
_width: 80,
_height: 110,
}
Amazon Transcribe
- Preview
- Usage
- Definition
import { AmazonTranscribe } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonTranscribe/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_TRANSCRIBE } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_TRANSCRIBE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.transcribe;',
},
_width: 80,
_height: 110,
}
Amazon Translate
- Preview
- Usage
- Definition
import { AmazonTranslate } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AmazonTranslate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_TRANSLATE } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AMAZON_TRANSLATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.translate;',
},
_width: 80,
_height: 110,
}
AWS Deep Learning AMIs
- Preview
- Usage
- Definition

import { AwsDeepLearningAmis } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AwsDeepLearningAmis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_DEEP_LEARNING_AMIS } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AWS_DEEP_LEARNING_AMIS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.deep_learning_amis;',
},
_width: 80,
_height: 110,
}
AWS DeepLens
- Preview
- Usage
- Definition
import { AwsDeeplens } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<AwsDeeplens/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_DEEPLENS } from '@dinghy/diagrams/entitiesAws18MachineLearning'
<Shape
{...props}
_style={extendStyle(props, AWS_DEEPLENS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.deeplens;',
},
_width: 80,
_height: 100,
}