AmazonNova

aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')
Illustration AmazonNova AmazonNovaCard AmazonNovaGroup
illustration for Illustration illustration for AmazonNova illustration for AmazonNovaCard illustration for AmazonNovaGroup

Sprites

The item provides the following sriptes:

  • <$AmazonNovaXs>
  • <$AmazonNovaSm>
  • <$AmazonNovaMd>
  • <$AmazonNovaLg>

AmazonNova

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2025/bootstrap')

' loads the Item which embeds the element AmazonNova
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')

' renders the element
AmazonNova('AmazonNova', 'Amazon Nova', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2025/bootstrap')

' loads the Item which embeds the element AmazonNova
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')

' renders the element
AmazonNova('AmazonNova', 'Amazon Nova', 'an optional tech label', 'an optional description')
@enduml

AmazonNovaCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2025/bootstrap')

' loads the Item which embeds the element AmazonNovaCard
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')

' renders the element
AmazonNovaCard('AmazonNovaCard', 'Amazon Nova Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2025/bootstrap')

' loads the Item which embeds the element AmazonNovaCard
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')

' renders the element
AmazonNovaCard('AmazonNovaCard', 'Amazon Nova Card', 'an optional description')
@enduml

AmazonNovaGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2025/bootstrap')

' loads the Item which embeds the element AmazonNovaGroup
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')

' renders the element
AmazonNovaGroup('AmazonNovaGroup', 'Amazon Nova Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2025/bootstrap')

' loads the Item which embeds the element AmazonNovaGroup
include('aws-q1-2025/Architecture/ArtificialIntelligence/AmazonNova')

' renders the element
AmazonNovaGroup('AmazonNovaGroup', 'Amazon Nova Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml