Restrict Feature Mappings for Monitor Filtering
| KEY | TYPE | Description |
|---|---|---|
| maxValue | float | Filtering the numerical feature to below this value |
| startTime | str | The start time of the timestamp feature to filter from |
| restrictedFeatureValues | list | The values of the feature to restrict the monitor to if feature is a categorical. |
| featureName | str | The name of the feature to restrict the monitor to. |
| endTime | str | The end time of the timestamp feature to filter until |
| minValue | float | Value to filter the numerical feature above |