ML.Model¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of the shard, if any | Bytes | ||
| Output ➡️ | The resulting output of the shard | Model | ||
| Model | No | The model to use. | none | MLModels | 
| Format | No | The format of the model. | none | MLFormats | 
| Configuration | No | The configuration of the model. | none | {Any}Var({Any}) | 
| GPU | No | Whether to use the GPU (if available). | false | Bool | 
This shard allows you to load a machine learning model and specify its format and configuration.