@startuml Raw usage - Images 'Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. 'SPDX-License-Identifier: MIT (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/master/LICENSE) ' Uncomment the line below for "dark mode" styling '!$AWS_DARK = true !define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v23.1/dist !include AWSPuml/AWSCommon.puml !include AWSPuml/ArtificialIntelligence/SageMakerAIModel.puml !include AWSPuml/Compute/Compute.puml !include AWSPuml/General/Documents.puml component "$SageMakerAIModelIMG()" as myMLModel database "$DocumentsIMG()" as myDocuments Compute(mySecondFunction, "Agent Runtime", "Python") rectangle "$SageMakerAIModelIMG()" as mySecondML myMLModel --> myDocuments mySecondFunction --> mySecondML @enduml