Interface RecommendationAlgorithm
- All Superinterfaces:
RecommendationsEntity
Abstraction of a Target Recommendation Algorithm
-
Method Summary
Methods inherited from interface com.adobe.cq.targetrecommendations.api.model.RecommendationsEntity
toJson
-
Method Details
-
getId
int getId()Uniquely identifies a recommendation algorithm- Returns:
- value identifying this
RecommendationAlgorithm
-
getName
String getName()Get the name of thisRecommendationAlgorithm- Returns:
- a
Stringobject containing this algorithm's name
-
getConfiguration
RecommendationAlgorithmConfiguration getConfiguration()Get the configuration of thisRecommendationAlgorithm- Returns:
- a
RecommendationAlgorithmConfigurationobject containing this recommendation's configuration parameters
-