MlQuestionTemplate
Type: Object
Seeded question template used as a starting point for ML questions
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| category | String | Optional grouping (operations, quality, maintenance, etc.) | ||
| defaultConfiguration | JsonString! | Baseline configuration merged into new questions | ||
| description | String | Longer description of the business outcome | ||
| eligibilityRules | JsonString! | Rules that determine if the tenant can use this template | ||
| id | ID! | |||
| insertedAt | DateTime! | When the template was created | ||
| interpretationGuidance | String | Tips to help operators interpret predictions | ||
| label | String! | Friendly label displayed to operators | ||
| metadata | JsonString! | Additional structured metadata | ||
| name | String! | Stable identifier for the template | ||
| optionalFeatures | [String!]! | Additional compatible features | ||
| questionCopy | String! | Default phrasing presented in the UI | ||
| recommendedFeatures | [String!]! | Feature names that should be selected by default | ||
| requiredFeatures | [String!]! | Features that must always be included | ||
| status | String | Lifecycle of the template | ||
| synonyms | [String!]! | Alternative phrases used for search and guidance | ||
| updatedAt | DateTime! | When the template was last updated |