Skip to main content

OutlierFeatureTranslation

Properties

NameTypeDescriptionNotes
display_nameTranslationMessage[optional]
descriptionTranslationMessage[optional]
}

Example

from sailpoint.v2024.models.outlier_feature_translation import OutlierFeatureTranslation

outlier_feature_translation = OutlierFeatureTranslation(
display_name=sailpoint.v2024.models.translation_message.TranslationMessage(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], ),
description=sailpoint.v2024.models.translation_message.TranslationMessage(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], )
)

[Back to top]