integrations.sh
← all integrations

amazonaws.com – personalize-runtime

OpenAPI apis-guru cloud

Homepage
https://api.apis.guru/v2/specs/amazonaws.com:personalize-runtime/2018-05-22.json
Provider
amazonaws.com:personalize-runtime / personalize-runtime
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/personalize-runtime/2018-05-22/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/personalize-runtime/2018-05-22/openapi.yaml

Tools (4)

Extracted live via the executor SDK.

  • personalizeRanking.getPersonalizedRanking

    Re-ranks a list of recommended items for the given user. The first item in the list is deemed the most likely item to be of interest to the user.

    The solution backing the campaign must have been created using a recipe of type PERSONALIZED_RANKING.

  • recommendations.getRecommendations

    Returns a list of recommended items. For campaigns, the campaign's Amazon Resource Name (ARN) is required and the required user and item input depends on the recipe type used to create the solution backing the campaign as follows:

    • USER_PERSONALIZATION - userId required, itemId not used

    • RELATED_ITEMS - itemId required, userId not used

    Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API.

    For recommenders, the recommender's ARN is required and the required item and user input depends on the use case (domain-based recipe) backing the recommender. For information on use case requirements see .

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools