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

SearchQuantumTasksFilter

import type { SearchQuantumTasksFilter } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";

A filter to use to search for tasks.

interface SearchQuantumTasksFilter {
name: string;
values: string[];
}

§Properties

§
name: string
[src]

The name of the device used for the task.

§

An operator to use in the filter.

§
values: string[]
[src]

The values to use for the filter.