AutomlVideoIntelligence

gcp/Item/AutomlVideoIntelligence
include('gcp/Item/AutomlVideoIntelligence')
Illustration AutomlVideoIntelligence AutomlVideoIntelligenceCard AutomlVideoIntelligenceGroup
illustration for Illustration illustration for AutomlVideoIntelligence illustration for AutomlVideoIntelligenceCard illustration for AutomlVideoIntelligenceGroup

Sprites

The item provides the following sriptes:

  • <$AutomlVideoIntelligenceXs>
  • <$AutomlVideoIntelligenceSm>
  • <$AutomlVideoIntelligenceMd>
  • <$AutomlVideoIntelligenceLg>

AutomlVideoIntelligence

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 AutomlVideoIntelligence
include('gcp/Item/AutomlVideoIntelligence')

' renders the element
AutomlVideoIntelligence('AutomlVideoIntelligence', 'Automl Video Intelligence', '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 AutomlVideoIntelligence
include('gcp/Item/AutomlVideoIntelligence')

' renders the element
AutomlVideoIntelligence('AutomlVideoIntelligence', 'Automl Video Intelligence', 'an optional tech label', 'an optional description')
@enduml

AutomlVideoIntelligenceCard

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 AutomlVideoIntelligenceCard
include('gcp/Item/AutomlVideoIntelligence')

' renders the element
AutomlVideoIntelligenceCard('AutomlVideoIntelligenceCard', 'Automl Video Intelligence 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 AutomlVideoIntelligenceCard
include('gcp/Item/AutomlVideoIntelligence')

' renders the element
AutomlVideoIntelligenceCard('AutomlVideoIntelligenceCard', 'Automl Video Intelligence Card', 'an optional description')
@enduml

AutomlVideoIntelligenceGroup

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 AutomlVideoIntelligenceGroup
include('gcp/Item/AutomlVideoIntelligence')

' renders the element
AutomlVideoIntelligenceGroup('AutomlVideoIntelligenceGroup', 'Automl Video Intelligence 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 AutomlVideoIntelligenceGroup
include('gcp/Item/AutomlVideoIntelligence')

' renders the element
AutomlVideoIntelligenceGroup('AutomlVideoIntelligenceGroup', 'Automl Video Intelligence Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml