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

SearchQuantumTasksRequest

import type { SearchQuantumTasksRequest } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
interface SearchQuantumTasksRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§

Array of SearchQuantumTasksFilter objects.

§
maxResults?: number | null
[src]

Maximum number of results to return in the response.

§
nextToken?: string | null
[src]

A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.