mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-outlier-feature-translation | OutlierFeatureTranslation | OutlierFeatureTranslation | OutlierFeatureTranslation | pythonsdk |
|
/tools/sdk/python/beta/models/outlier-feature-translation |
|
OutlierFeatureTranslation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| display_name | TranslationMessage | [optional] | |
| description | TranslationMessage | [optional] | |
| } |
Example
from sailpoint.beta.models.outlier_feature_translation import OutlierFeatureTranslation
outlier_feature_translation = OutlierFeatureTranslation(
display_name=sailpoint.beta.models.translation_message.TranslationMessage(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], ),
description=sailpoint.beta.models.translation_message.TranslationMessage(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], )
)