Get list of allowed inference engine parameters with their descriptions and allowed values
GET
/ai/help/inference-engine-parameters
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/ai/help/inference-engine-parameters'
Response examples (200)
{
"parameters": [
{
"description": "string",
"allowed-values": [
"string"
],
"default": "string",
"name": "string",
"section": "string",
"type": "string",
"flags": [
"string"
]
}
]
}