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

ListLanguageModelsRequest

import type { ListLanguageModelsRequest } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface ListLanguageModelsRequest {
MaxResults?: number | null;
NameContains?: string | null;
NextToken?: string | null;
StatusEquals?: ModelStatus | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of language models to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

§
NameContains?: string | null
[src]

When specified, the custom language model names returned contain the substring you've specified.

§
NextToken?: string | null
[src]

When included, fetches the next set of jobs if the result of the previous request was truncated.

§
StatusEquals?: ModelStatus | null
[src]

When specified, returns only custom language models with the specified status. Language models are ordered by creation date, with the newest models first. If you don't specify a status, Amazon Transcribe returns all custom language models ordered by date.