class Aws::Braket::Types::SearchQuantumTasksFilter

A filter to use to search for tasks.

@note When making an API call, you may pass SearchQuantumTasksFilter

data as a hash:

    {
      name: "String64", # required
      operator: "LT", # required, accepts LT, LTE, EQUAL, GT, GTE, BETWEEN
      values: ["String256"], # required
    }

@!attribute [rw] name

The name of the device used for the task.
@return [String]

@!attribute [rw] operator

An operator to use in the filter.
@return [String]

@!attribute [rw] values

The values to use for the filter.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/braket-2019-09-01/SearchQuantumTasksFilter AWS API Documentation

Constants

SENSITIVE