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

RescoreRequest

import type { RescoreRequest } from "https://aws-api.deno.dev/v0.4/services/kendraranking.ts?docs=full";
interface RescoreRequest {
Documents: Document[];
RescoreExecutionPlanId: string;
SearchQuery: string;
}

§Properties

§
Documents: Document[]
[src]

The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.

§
RescoreExecutionPlanId: string
[src]

The identifier of the rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

§
SearchQuery: string
[src]

The input query from the search service.