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

CreateRescoreExecutionPlanRequest

import type { CreateRescoreExecutionPlanRequest } from "https://aws-api.deno.dev/v0.4/services/kendraranking.ts?docs=full";
interface CreateRescoreExecutionPlanRequest {
CapacityUnits?: CapacityUnitsConfiguration | null;
ClientToken?: string | null;
Description?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]

You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.

§
ClientToken?: string | null
[src]

A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the CreateRescoreExecutionPlanRequest API with the same client token will create only one rescore execution plan.

§
Description?: string | null
[src]

A description for the rescore execution plan.

§
Name: string
[src]

A name for the rescore execution plan.

§
Tags?: Tag[] | null
[src]

A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.