Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetPersonalizedRankingResponse

import type { GetPersonalizedRankingResponse } from "https://aws-api.deno.dev/v0.3/services/personalizeruntime.ts?docs=full";
interface GetPersonalizedRankingResponse {
personalizedRanking?: PredictedItem[] | null;
recommendationId?: string | null;
}

§Properties

§
personalizedRanking?: PredictedItem[] | null
[src]

A list of items in order of most likely interest to the user. The maximum is 500.

§
recommendationId?: string | null
[src]

The ID of the recommendation.