Aws Artificial Intelligence Entities
Apache MXNet on AWS
- Preview
- Usage
- Definition
import { ApacheMxnetOnAws } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<ApacheMxnetOnAws/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APACHE_MXNET_ON_AWS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, APACHE_MXNET_ON_AWS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.apache_mxnet_on_aws;',
},
_original_width: 78,
_original_height: 78,
}
App Studio
- Preview
- Usage
- Definition
import { AppStudio } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<AppStudio/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_STUDIO } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, APP_STUDIO)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.app_studio;',
},
_original_width: 78,
_original_height: 78,
}
Augmented AI
- Preview
- Usage
- Definition
import { AugmentedAi } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<AugmentedAi/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUGMENTED_AI } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, AUGMENTED_AI)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.augmented_ai;',
},
_original_width: 78,
_original_height: 78,
}
Bedrock
- Preview
- Usage
- Definition
import { Bedrock } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Bedrock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BEDROCK } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, BEDROCK)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.bedrock;',
},
_original_width: 78,
_original_height: 78,
}
CodeGuru
- Preview
- Usage
- Definition
import { Codeguru } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Codeguru/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CODEGURU } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, CODEGURU)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codeguru_2;',
},
_original_width: 78,
_original_height: 78,
}
CodeWhisperer
- Preview
- Usage
- Definition
import { Codewhisperer } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Codewhisperer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CODEWHISPERER } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, CODEWHISPERER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codewhisperer;',
},
_original_width: 78,
_original_height: 78,
}
Comprehend
- Preview
- Usage
- Definition
import { Comprehend } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Comprehend/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPREHEND } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, COMPREHEND)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.comprehend;',
},
_original_width: 78,
_original_height: 78,
}
Comprehend Medical
- Preview
- Usage
- Definition
import { ComprehendMedical } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<ComprehendMedical/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPREHEND_MEDICAL } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, COMPREHEND_MEDICAL)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.comprehend_medical;',
},
_original_width: 78,
_original_height: 78,
}
Deep Learning AMIs
- Preview
- Usage
- Definition

import { DeepLearningAmis } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<DeepLearningAmis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEEP_LEARNING_AMIS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEEP_LEARNING_AMIS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.deep_learning_amis;',
},
_original_width: 78,
_original_height: 78,
}
Deep Learning Containers
- Preview
- Usage
- Definition
import { DeepLearningContainers } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<DeepLearningContainers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEEP_LEARNING_CONTAINERS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEEP_LEARNING_CONTAINERS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.deep_learning_containers;',
},
_original_width: 78,
_original_height: 78,
}
DeepComposer
- Preview
- Usage
- Definition
import { Deepcomposer } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Deepcomposer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEEPCOMPOSER } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEEPCOMPOSER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.deepcomposer;',
},
_original_width: 78,
_original_height: 78,
}
DeepLens
- Preview
- Usage
- Definition
import { Deeplens } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Deeplens/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEEPLENS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEEPLENS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.deeplens;',
},
_original_width: 78,
_original_height: 78,
}
DeepRacer
- Preview
- Usage
- Definition
import { Deepracer } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Deepracer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEEPRACER } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEEPRACER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.deepracer;',
},
_original_width: 78,
_original_height: 78,
}
DevOps Guru
- Preview
- Usage
- Definition
import { DevopsGuru } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<DevopsGuru/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEVOPS_GURU } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEVOPS_GURU)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.devops_guru;',
},
_original_width: 78,
_original_height: 78,
}
DevOps Guru Insights
- Preview
- Usage
- Definition
import { DevopsGuruInsights } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<DevopsGuruInsights/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEVOPS_GURU_INSIGHTS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, DEVOPS_GURU_INSIGHTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.devops_guru_insights;',
},
_original_width: 77,
_original_height: 78,
}
Elastic Inference
- Preview
- Usage
- Definition
import { ElasticInference } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<ElasticInference/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_INFERENCE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_INFERENCE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elastic_inference_2;',
},
_original_width: 78,
_original_height: 78,
}
Forecast
- Preview
- Usage
- Definition
import { Forecast } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Forecast/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FORECAST } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, FORECAST)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.forecast;',
},
_original_width: 78,
_original_height: 78,
}
Fraud Detector
- Preview
- Usage
- Definition

import { FraudDetector } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<FraudDetector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FRAUD_DETECTOR } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, FRAUD_DETECTOR)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.fraud_detector;',
},
_original_width: 78,
_original_height: 78,
}
HealthImaging
- Preview
- Usage
- Definition
import { Healthimaging } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Healthimaging/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTHIMAGING } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, HEALTHIMAGING)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.healthimaging;',
},
_original_width: 78,
_original_height: 78,
}
HealthLake
- Preview
- Usage
- Definition
import { Healthlake } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Healthlake/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTHLAKE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, HEALTHLAKE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.healthlake;',
},
_original_width: 78,
_original_height: 78,
}
HealthOmics
- Preview
- Usage
- Definition
import { Healthomics } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Healthomics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTHOMICS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, HEALTHOMICS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.omics;',
},
_original_width: 78,
_original_height: 78,
}
HealthScribe
- Preview
- Usage
- Definition
import { Healthscribe } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Healthscribe/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTHSCRIBE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, HEALTHSCRIBE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.healthscribe;',
},
_original_width: 78,
_original_height: 78,
}
Kendra
- Preview
- Usage
- Definition
import { Kendra } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Kendra/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KENDRA } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, KENDRA)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.kendra;',
},
_original_width: 78,
_original_height: 78,
}
Lex
- Preview
- Usage
- Definition
import { Lex } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Lex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LEX } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, LEX)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lex;',
},
_original_width: 78,
_original_height: 78,
}
Lookout for Equipment
- Preview
- Usage
- Definition
import { LookoutForEquipment } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<LookoutForEquipment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOOKOUT_FOR_EQUIPMENT } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, LOOKOUT_FOR_EQUIPMENT)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lookout_for_equipment;',
},
_original_width: 78,
_original_height: 78,
}
Lookout for Metrics
- Preview
- Usage
- Definition
import { LookoutForMetrics } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<LookoutForMetrics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOOKOUT_FOR_METRICS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, LOOKOUT_FOR_METRICS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lookout_for_metrics;',
},
_original_width: 78,
_original_height: 78,
}
Lookout for Vision
- Preview
- Usage
- Definition

import { LookoutForVision } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<LookoutForVision/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOOKOUT_FOR_VISION } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, LOOKOUT_FOR_VISION)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lookout_for_vision;',
},
_original_width: 78,
_original_height: 78,
}
Machine Learning
- Preview
- Usage
- Definition
import { MachineLearning } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<MachineLearning/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACHINE_LEARNING } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, MACHINE_LEARNING)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.machine_learning;',
},
_original_width: 78,
_original_height: 78,
}
Model
- Preview
- Usage
- Definition
import { Model } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Model/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MODEL } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, MODEL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.sagemaker_model;',
},
_original_width: 78,
_original_height: 78,
}
Monitron
- Preview
- Usage
- Definition
import { Monitron } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Monitron/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MONITRON } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, MONITRON)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.monitron;',
},
_original_width: 78,
_original_height: 78,
}
Neuron
- Preview
- Usage
- Definition
import { Neuron } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Neuron/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEURON } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, NEURON)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.neuron_ml_sdk;',
},
_original_width: 78,
_original_height: 78,
}
Notebook
- Preview
- Usage
- Definition
import { Notebook } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Notebook/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOTEBOOK } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, NOTEBOOK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.sagemaker_notebook;',
},
_original_width: 68,
_original_height: 78,
}
Nova
- Preview
- Usage
- Definition
import { Nova } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Nova/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOVA } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, NOVA)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.nova;',
},
_original_width: 78,
_original_height: 78,
}
Panorama
- Preview
- Usage
- Definition
import { Panorama } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Panorama/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PANORAMA } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, PANORAMA)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.panorama;',
},
_original_width: 78,
_original_height: 78,
}
Personalize
- Preview
- Usage
- Definition
import { Personalize } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Personalize/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERSONALIZE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, PERSONALIZE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.personalize;',
},
_original_width: 78,
_original_height: 78,
}
Polly
- Preview
- Usage
- Definition
import { Polly } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Polly/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLLY } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, POLLY)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.polly;',
},
_original_width: 78,
_original_height: 78,
}
PyTorch on AWS
- Preview
- Usage
- Definition
import { PytorchOnAws } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<PytorchOnAws/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PYTORCH_ON_AWS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, PYTORCH_ON_AWS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.torchserve;',
},
_original_width: 78,
_original_height: 78,
}
Q
- Preview
- Usage
- Definition
import { Q } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Q/>
// or
import { extendStyle } from "@dinghy/base-components";
import { Q_CONST } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, Q_CONST)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.q;',
},
_original_width: 78,
_original_height: 78,
}
Rekognition
- Preview
- Usage
- Definition
import { Rekognition } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Rekognition/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REKOGNITION } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, REKOGNITION)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.rekognition_2;',
},
_original_width: 78,
_original_height: 78,
}
Rekognition image
- Preview
- Usage
- Definition

import { RekognitionImage } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<RekognitionImage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REKOGNITION_IMAGE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, REKOGNITION_IMAGE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rekognition_image;',
},
_original_width: 77,
_original_height: 78,
}
Rekognition video
- Preview
- Usage
- Definition

import { RekognitionVideo } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<RekognitionVideo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REKOGNITION_VIDEO } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, REKOGNITION_VIDEO)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rekognition_video;',
},
_original_width: 77,
_original_height: 78,
}
SageMaker AI
- Preview
- Usage
- Definition
import { SagemakerAi } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<SagemakerAi/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAGEMAKER_AI } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, SAGEMAKER_AI)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sagemaker;',
},
_original_width: 78,
_original_height: 78,
}
SageMaker Canvas
- Preview
- Usage
- Definition
import { SagemakerCanvas } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<SagemakerCanvas/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAGEMAKER_CANVAS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, SAGEMAKER_CANVAS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.sagemaker_canvas;',
},
_original_width: 78,
_original_height: 78,
}
SageMaker Geospatial ML
- Preview
- Usage
- Definition

import { SagemakerGeospatialMl } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<SagemakerGeospatialMl/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAGEMAKER_GEOSPATIAL_ML } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, SAGEMAKER_GEOSPATIAL_ML)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.sagemaker_geospatial_ml;',
},
_original_width: 78,
_original_height: 78,
}
SageMaker Ground Truth
- Preview
- Usage
- Definition
import { SagemakerGroundTruth } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<SagemakerGroundTruth/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAGEMAKER_GROUND_TRUTH } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, SAGEMAKER_GROUND_TRUTH)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sagemaker_ground_truth;',
},
_original_width: 78,
_original_height: 78,
}
SageMaker Studio Lab
- Preview
- Usage
- Definition
import { SagemakerStudioLab } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<SagemakerStudioLab/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAGEMAKER_STUDIO_LAB } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, SAGEMAKER_STUDIO_LAB)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sagemaker_studio_lab;',
},
_original_width: 78,
_original_height: 78,
}
Shadow Testing
- Preview
- Usage
- Definition
import { ShadowTesting } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<ShadowTesting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHADOW_TESTING } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, SHADOW_TESTING)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.sagemaker_shadow_testing;',
},
_original_width: 78,
_original_height: 78,
}
TensorFlow on AWS
- Preview
- Usage
- Definition
import { TensorflowOnAws } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<TensorflowOnAws/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TENSORFLOW_ON_AWS } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, TENSORFLOW_ON_AWS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.tensorflow_on_aws;',
},
_original_width: 78,
_original_height: 78,
}
Textract
- Preview
- Usage
- Definition
import { Textract } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Textract/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEXTRACT } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, TEXTRACT)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.textract;',
},
_original_width: 78,
_original_height: 78,
}
Textract Analyze Lending
- Preview
- Usage
- Definition
import { TextractAnalyzeLending } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<TextractAnalyzeLending/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEXTRACT_ANALYZE_LENDING } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, TEXTRACT_ANALYZE_LENDING)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.textract_analyze_lending;',
},
_original_width: 78,
_original_height: 78,
}
Train
- Preview
- Usage
- Definition
import { Train } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Train/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRAIN } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, TRAIN)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.sagemaker_train;',
},
_original_width: 78,
_original_height: 65,
}
Transcribe
- Preview
- Usage
- Definition
import { Transcribe } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Transcribe/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSCRIBE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, TRANSCRIBE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.transcribe;',
},
_original_width: 78,
_original_height: 78,
}
Translate
- Preview
- Usage
- Definition
import { Translate } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Translate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSLATE } from '@dinghy/diagrams/entitiesAwsArtificialIntelligence'
<Shape
{...props}
_style={extendStyle(props, TRANSLATE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#01A88D;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.translate;',
},
_original_width: 78,
_original_height: 78,
}