pixano_inference.settings
Settings for the Pixano Inference API.
Settings(**data)
Bases: BaseSettings
Application settings.
Attributes:
| Name | Type | Description |
|---|---|---|
app_name |
str
|
The name of the application. |
app_version |
str
|
The version of the application. |
app_description |
str
|
A description of the application. |
num_cpus |
int
|
The number of CPUs accessible to the application. |
num_gpus |
int
|
The number of GPUs available for inference. |
num_nodes |
int
|
The number of nodes available for inference. |