# Inference Engine Parameter Entry

inference-engine parameter definition

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `allowed-values` | array[string] | no | Allowed values |
| `default` | string | no | Default value if nothing is specified |
| `description` | string | no | Parameter description |
| `flags` | array[string] | no | Flag name |
| `name` | string | no | Parameter name |
| `section` | string | no | Section |
| `type` | string | no | Parameter type |

