Update python SDK docs: 16529922792

This commit is contained in:
developer-relations-sp
2025-07-25 19:23:51 +00:00
parent 456f1a8b11
commit aefdabfd26
538 changed files with 1386 additions and 1234 deletions

View File

@@ -26,10 +26,10 @@ Name | Type | Description | Notes
from sailpoint.beta.models.outlier_feature_translation import OutlierFeatureTranslation
outlier_feature_translation = OutlierFeatureTranslation(
display_name=sailpoint.beta.models.translation_message.TranslationMessage(
display_name=sailpoint.beta.models.translation_message.Translation Message(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], ),
description=sailpoint.beta.models.translation_message.TranslationMessage(
description=sailpoint.beta.models.translation_message.Translation Message(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], )
)