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

SearchQuantumTasksResponse

import type { SearchQuantumTasksResponse } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
interface SearchQuantumTasksResponse {
nextToken?: string | null;
quantumTasks: QuantumTaskSummary[];
}

§Properties

§
nextToken?: string | null
[src]

A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.

§
quantumTasks: QuantumTaskSummary[]
[src]

An array of QuantumTaskSummary objects for tasks that match the specified filters.