diff --git a/diagrams/aws/ml.py b/diagrams/aws/ml.py index 95dd716b..a08da89c 100644 --- a/diagrams/aws/ml.py +++ b/diagrams/aws/ml.py @@ -76,6 +76,10 @@ class Polly(_ML): _icon = "polly.png" +class Q(_ML): + _icon = "q.png" + + class RekognitionImage(_ML): _icon = "rekognition-image.png" diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md index 66cb5ffa..5085f62d 100644 --- a/docs/nodes/aws.md +++ b/docs/nodes/aws.md @@ -1142,6 +1142,9 @@ Node classes list of the aws provider. Polly **diagrams.aws.ml.Polly** +Q +**diagrams.aws.ml.Q** + RekognitionImage **diagrams.aws.ml.RekognitionImage** diff --git a/resources/aws/ml/q.png b/resources/aws/ml/q.png new file mode 100644 index 00000000..2e381ca3 Binary files /dev/null and b/resources/aws/ml/q.png differ diff --git a/website/static/img/resources/aws/ml/q.png b/website/static/img/resources/aws/ml/q.png new file mode 100644 index 00000000..2e381ca3 Binary files /dev/null and b/website/static/img/resources/aws/ml/q.png differ