Get list of allowed inference engine parameters with their descriptions, types, allowed values, and defaults
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": [
{
"name": "string",
"flags": [
"string"
],
"type": "string",
"default": "string",
"section": "string",
"allowed-values": [
"string"
],
"description": "string"
}
]
}
Response examples (500)
{
"error": "string"
}