---
title: Template
sidebar_label: Template
sidebar_position: 3
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

<!-- Generated by scripts/generate_sdk_reference.py. Do not edit directly. -->

# Template

```python
from lium.sdk import Template
```

Defined in `lium.sdk.models`.

Template information.

```python
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 |  |
