UpdateMlFeatureInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| active | Boolean | Whether the feature can be selected in new questions | |
| allowedTemplates | [String!] | Question template names that can include this feature | |
| autoGenerated | Boolean | Whether the feature was created automatically from a metric | |
| category | String | Optional grouping (operations, environment, staffing, etc.) | |
| dataType | String | Normalized data type consumed by models | |
| defaultFilters | JsonString | Filters automatically applied when sourcing data | |
| description | String | Explanation of the feature and how it is derived | |
| label | String | Friendly display name | |
| metadata | JsonString | Additional structured metadata | |
| qualityChecks | JsonString | Data quality expectations (missing rates, freshness, etc.) | |
| qualityState | FeatureQualityState | Traffic light quality indicator based on recent data availability | |
| recommendedTemplates | [String!] | Question templates where this feature is recommended by default | |
| sourceAction | String | Resource action or calculation returning the data | |
| sourceMetricId | ID | Metric powering this feature when generated automatically | |
| sourceResource | String | Ash resource providing the base data | |
| tags | [String!] | Searchable tags for the feature | |
| transformation | JsonString | Transformation metadata applied before use | |
| units | String | Measurement units when applicable | |
| validationRules | JsonString | Business validations to run during configuration |