MlQuestion
Type: Object
Plain-language configuration describing what we are trying to predict
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| configuration | JsonString! | Normalized configuration assembled by the question builder | ||
| description | String | Richer explanation of what the question answers | ||
| id | ID! | |||
| insertedAt | DateTime! | When the question was created | ||
| label | String! | Friendly question copy shown to operators | ||
| lastServedAt | DateTime | Timestamp of the most recent prediction served | ||
| metadata | JsonString! | System metadata (tags, ownership, source pointers) | ||
| name | String! | Stable, slug-like identifier referenced by automation | ||
| notes | String | Operational notes to display alongside predictions | ||
| questionTemplate | String! | Reference to the seeded question template powering defaults | ||
| servingModelVersion | MlModelVersion | |||
| servingModelVersionId | ID | Pointer to the currently approved model version, if any | ||
| status | String | Overall lifecycle state of the question | ||
| updatedAt | DateTime! | When the question was last updated |