OutlierContributingFeature
Import this model from the entry point of its package:
import { OutlierContributingFeature } from '@sailpoint/angular-sdk/iai_outliers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Contributing feature id | [default to undefined] |
| name | (optional) string | The name of the feature | [default to undefined] |
| valueType | (optional) OutlierValueType | [default to undefined] | |
| value | (optional) number | The feature value | [default to undefined] |
| importance | (optional) number | The importance of the feature. This can also be a negative value | [default to undefined] |
| displayName | (optional) string | The (translated if header is passed) displayName for the feature | [default to undefined] |
| description | (optional) string | The (translated if header is passed) description for the feature | [default to undefined] |
| translationMessages | (optional) OutlierFeatureTranslation | [default to undefined] |