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

DocumentRelevanceConfiguration

import type { DocumentRelevanceConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Overrides the document relevance properties of a custom index field.

interface DocumentRelevanceConfiguration {
Name: string;
Relevance: Relevance;
}

§Properties

§
Name: string
[src]

The name of the tuning configuration to override document relevance at the index level.

§
Relevance: Relevance
[src]