Automl
gcp/Item/Automl
include('gcp/Item/Automl')
Illustration | Automl | AutomlCard | AutomlGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$AutomlXs>
<$AutomlSm>
<$AutomlMd>
<$AutomlLg>
Automl
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('gcp/bootstrap')
' loads the Item which embeds the element Automl
include('gcp/Item/Automl')
' renders the element
Automl('Automl', 'Automl', '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('gcp/bootstrap')
' loads the Item which embeds the element Automl
include('gcp/Item/Automl')
' renders the element
Automl('Automl', 'Automl', 'an optional tech label', 'an optional description')
@enduml
AutomlCard
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('gcp/bootstrap')
' loads the Item which embeds the element AutomlCard
include('gcp/Item/Automl')
' renders the element
AutomlCard('AutomlCard', 'Automl 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('gcp/bootstrap')
' loads the Item which embeds the element AutomlCard
include('gcp/Item/Automl')
' renders the element
AutomlCard('AutomlCard', 'Automl Card', 'an optional description')
@enduml
AutomlGroup
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('gcp/bootstrap')
' loads the Item which embeds the element AutomlGroup
include('gcp/Item/Automl')
' renders the element
AutomlGroup('AutomlGroup', 'Automl 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('gcp/bootstrap')
' loads the Item which embeds the element AutomlGroup
include('gcp/Item/Automl')
' renders the element
AutomlGroup('AutomlGroup', 'Automl Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml