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

SearchJobsFilter

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

A filter used to search for Amazon Braket jobs.

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

§Properties

§
name: string
[src]

The name to use for the jobs filter.

§

An operator to use for the jobs filter.

§
values: string[]
[src]

The values to use for the jobs filter.