Skip to content

Commit

Permalink
Adding sagemaker resources (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena authored Jun 17, 2020
1 parent a0891aa commit c0bb034
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions diagrams/aws/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ class SagemakerGroundTruth(_ML):
_icon = "sagemaker-ground-truth.png"


class SagemakerModel(_ML):
_icon = "sagemaker-model.png"


class SagemakerNotebook(_ML):
_icon = "sagemaker-notebook.png"


class SagemakerTrainingJob(_ML):
_icon = "sagemaker-training-job.png"


class Sagemaker(_ML):
_icon = "sagemaker.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ Node classes list of aws provider.
- **diagrams.aws.ml.Polly**
- **diagrams.aws.ml.Rekognition**
- **diagrams.aws.ml.SagemakerGroundTruth**
- **diagrams.aws.ml.SagemakerModel**
- **diagrams.aws.ml.SagemakerNotebook**
- **diagrams.aws.ml.SagemakerTrainingJob**
- **diagrams.aws.ml.Sagemaker**
- **diagrams.aws.ml.TensorflowOnAWS**
- **diagrams.aws.ml.Textract**
Expand Down
Binary file added resources/aws/ml/sagemaker-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/ml/sagemaker-notebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/ml/sagemaker-training-job.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0bb034

Please sign in to comment.