| Name | Type | Description | Notes |
|---|---|---|---|
| access | AiConfigsAccess | [optional] | |
| links | ParentAndSelfLinks | [optional] | |
| description | String | ||
| key | String | ||
| maintainer | AIConfigMaintainer | [optional] | |
| mode | ModeEnum | [optional] | |
| name | String | ||
| tags | List<String> | ||
| version | Integer | ||
| variations | List<AIConfigVariation> | ||
| createdAt | Long | ||
| updatedAt | Long | ||
| evaluationMetricKey | String | Evaluation metric key for this AI Config | [optional] |
| evaluationMetricKeys | List<String> | List of evaluation metric keys for this AI Config | [optional] |
| isInverted | Boolean | Whether the evaluation metric is inverted, meaning a lower value is better if set as true | [optional] |
| dependencies | List<AIConfigDependency> | Resources that depend on this AI Config, grouped by type | [optional] |
| Name | Value |
|---|---|
| AGENT | "agent" |
| COMPLETION | "completion" |
| JUDGE | "judge" |