MlFeature
Type: Object
Reusable feature definition shared across ML questions
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| 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 | ||
| id | ID! | |||
| insertedAt | DateTime! | When the feature was created | ||
| label | String! | Friendly display name | ||
| metadata | JsonString! | Additional structured metadata | ||
| name | String! | Stable identifier used by question templates | ||
| 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 | ||
| updatedAt | DateTime! | When the feature last changed | ||
| validationRules | JsonString! | Business validations to run during configuration |