CloudInferenceApi

gcp/Item/CloudInferenceApi
include('gcp/Item/CloudInferenceApi')
Illustration CloudInferenceApi CloudInferenceApiCard CloudInferenceApiGroup
illustration for Illustration illustration for CloudInferenceApi illustration for CloudInferenceApiCard illustration for CloudInferenceApiGroup

Sprites

The item provides the following sriptes:

  • <$CloudInferenceApiXs>
  • <$CloudInferenceApiSm>
  • <$CloudInferenceApiMd>
  • <$CloudInferenceApiLg>

CloudInferenceApi

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

' renders the element
CloudInferenceApi('CloudInferenceApi', 'Cloud Inference Api', '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 CloudInferenceApi
include('gcp/Item/CloudInferenceApi')

' renders the element
CloudInferenceApi('CloudInferenceApi', 'Cloud Inference Api', 'an optional tech label', 'an optional description')
@enduml

CloudInferenceApiCard

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

' renders the element
CloudInferenceApiCard('CloudInferenceApiCard', 'Cloud Inference Api 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 CloudInferenceApiCard
include('gcp/Item/CloudInferenceApi')

' renders the element
CloudInferenceApiCard('CloudInferenceApiCard', 'Cloud Inference Api Card', 'an optional description')
@enduml

CloudInferenceApiGroup

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

' renders the element
CloudInferenceApiGroup('CloudInferenceApiGroup', 'Cloud Inference Api 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 CloudInferenceApiGroup
include('gcp/Item/CloudInferenceApi')

' renders the element
CloudInferenceApiGroup('CloudInferenceApiGroup', 'Cloud Inference Api Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml