id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-recommendation-config-dto |
RecommendationConfigDto |
RecommendationConfigDto |
RecommendationConfigDto |
pythonsdk |
| python |
| Python |
| sdk |
| RecommendationConfigDto |
| V2025RecommendationConfigDto |
|
/tools/sdk/python/v2025/models/recommendation-config-dto |
| SDK |
| Software Development Kit |
| RecommendationConfigDto |
| V2025RecommendationConfigDto |
|
RecommendationConfigDto
Properties
| Name |
Type |
Description |
Notes |
| recommender_features |
[]str |
List of identity attributes to use for calculating certification recommendations |
[optional] |
| peer_group_percentage_threshold |
float |
The percent value that the recommendation calculation must surpass to produce a YES recommendation |
[optional] |
| run_auto_select_once |
bool |
If true, rulesRecommenderConfig will be refreshed with new programatically selected attribute and threshold values on the next pipeline run |
[optional] [default to False] |
| only_tune_threshold |
bool |
If true, rulesRecommenderConfig will be refreshed with new programatically selected threshold values on the next pipeline run |
[optional] [default to False] |
| } |
|
|
|
Example
[Back to top]