Template
from lium.sdk import Template
Defined in lium.sdk.models.
Template information.
Template(
id: str,
name: str,
huid: str,
docker_image: str,
docker_image_tag: str,
category: str,
status: str
)
Fields​
| Name | Type | Default |
|---|---|---|
id | str | |
name | str | |
huid | str | |
docker_image | str | |
docker_image_tag | str | |
category | str | |
status | str |