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-recommender-calculations |
RecommenderCalculations |
RecommenderCalculations |
RecommenderCalculations |
pythonsdk |
| python |
| Python |
| sdk |
| RecommenderCalculations |
| BetaRecommenderCalculations |
|
/tools/sdk/python/beta/models/recommender-calculations |
| SDK |
| Software Development Kit |
| RecommenderCalculations |
| BetaRecommenderCalculations |
|
RecommenderCalculations
Properties
| Name |
Type |
Description |
Notes |
| identity_id |
str |
The ID of the identity |
[optional] |
| entitlement_id |
str |
The entitlement ID |
[optional] |
| recommendation |
str |
The actual recommendation |
[optional] |
| overall_weighted_score |
float |
The overall weighted score |
[optional] |
| feature_weighted_scores |
map[string]float |
The weighted score of each individual feature |
[optional] |
| threshold |
float |
The configured value against which the overallWeightedScore is compared |
[optional] |
| identity_attributes |
map[string]RecommenderCalculationsIdentityAttributesValue |
The values for your configured features |
[optional] |
| feature_values |
FeatureValueDto |
|
[optional] |
| } |
|
|
|
Example
[Back to top]