Add Bedrock icon (#1110)

pull/1084/merge
Yoshiaki Yoshida 7 months ago committed by GitHub
parent 26b98e4a8a
commit 665085fd5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,10 @@ class AugmentedAi(_ML):
_icon = "augmented-ai.png"
class Bedrock(_ML):
_icon = "bedrock.png"
class Comprehend(_ML):
_icon = "comprehend.png"

@ -1073,6 +1073,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/ml/augmented-ai.png" alt="AugmentedAi" style="float: left; padding-right: 5px;" >
**diagrams.aws.ml.AugmentedAi**
<img width="30" src="/img/resources/aws/ml/bedrock.png" alt="Bedrock" style="float: left; padding-right: 5px;" >
**diagrams.aws.ml.Bedrock**
<img width="30" src="/img/resources/aws/ml/comprehend.png" alt="Comprehend" style="float: left; padding-right: 5px;" >
**diagrams.aws.ml.Comprehend**

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Loading…
Cancel
Save