ServiceContentSafety

azure-19/Item/AiMachineLearning/ServiceContentSafety
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')
Illustration ServiceContentSafety ServiceContentSafetyCard ServiceContentSafetyGroup
illustration for Illustration illustration for ServiceContentSafety illustration for ServiceContentSafetyCard illustration for ServiceContentSafetyGroup

Sprites

The item provides the following sriptes:

  • <$ServiceContentSafetyXs>
  • <$ServiceContentSafetySm>
  • <$ServiceContentSafetyMd>
  • <$ServiceContentSafetyLg>

ServiceContentSafety

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('azure-19/bootstrap')

' loads the Item which embeds the element ServiceContentSafety
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')

' renders the element
ServiceContentSafety('ServiceContentSafety', 'Service Content Safety', '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('azure-19/bootstrap')

' loads the Item which embeds the element ServiceContentSafety
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')

' renders the element
ServiceContentSafety('ServiceContentSafety', 'Service Content Safety', 'an optional tech label', 'an optional description')
@enduml

ServiceContentSafetyCard

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('azure-19/bootstrap')

' loads the Item which embeds the element ServiceContentSafetyCard
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')

' renders the element
ServiceContentSafetyCard('ServiceContentSafetyCard', 'Service Content Safety 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('azure-19/bootstrap')

' loads the Item which embeds the element ServiceContentSafetyCard
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')

' renders the element
ServiceContentSafetyCard('ServiceContentSafetyCard', 'Service Content Safety Card', 'an optional description')
@enduml

ServiceContentSafetyGroup

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('azure-19/bootstrap')

' loads the Item which embeds the element ServiceContentSafetyGroup
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')

' renders the element
ServiceContentSafetyGroup('ServiceContentSafetyGroup', 'Service Content Safety 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('azure-19/bootstrap')

' loads the Item which embeds the element ServiceContentSafetyGroup
include('azure-19/Item/AiMachineLearning/ServiceContentSafety')

' renders the element
ServiceContentSafetyGroup('ServiceContentSafetyGroup', 'Service Content Safety Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml