Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Braket SearchQuantumTasks not recognized by the heuristic #38

Open
JohannesEbke opened this issue Sep 21, 2020 · 0 comments
Open

AWS Braket SearchQuantumTasks not recognized by the heuristic #38

JohannesEbke opened this issue Sep 21, 2020 · 0 comments
Labels

Comments

@JohannesEbke
Copy link
Owner

The Braket SearchQuantumTasks and SearchDevices APIs are such that they require a list as "filters" argument, yet this list can be zero-length. Therefore, there is no equivalent "ListQuantumTask" as in other services.

Relevant API documentation:
https://docs.aws.amazon.com/braket/latest/APIReference/API_SearchQuantumTasks.html
https://docs.aws.amazon.com/braket/latest/APIReference/API_SearchDevices.html

Example code illustrating the problem even without any Quantum Tasks:

boto3.client("braket", region_name="us-east-1").search_devices(filters=[])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant