Quantum engine job URLs
See original GitHub issueIs your feature request related to a use case or problem? Please describe.
URLs to the webpage showing jobs scheduled on the quantum engine requires knowing details of the structure of the URLs that users are unlikely to remember. Context: #3304.
Describe the solution you’d like
Add an easily discoverable function that returns the URL for a given quantum engine job, i.e. URL like
https://console.cloud.google.com/quantum/programs/PROGRAM_ID/jobs/JOB_ID/overview?project=PROJECT_ID
What is the urgency from your perspective for this issue? Is it blocking important work?
P3 - I’m not really blocked by it, it is an idea I’d like to discuss / suggestion based on principle
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
IBM Quantum Qiskit Runtime API | IBM Cloud API Docs
The IBM Quantum Qiskit Runtime API allows you to run quantum ... The quantum-computing API uses the following endpoint URL for all regions....
Read more >az quantum - Microsoft Learn
Manage Azure Quantum Workspaces and submit jobs to Azure Quantum Providers. ... Show the terms of a provider and SKU combination including license...
Read more >Careers | Quantum
Join the Quantum team with endless opportunities to grow professionally and drive success for our customers. Explore careers at Quantum.
Read more >Supervisor with Quantum Elixir Cron Job - Stack Overflow
(I'm thinking about of scenarios where I host the app on Google compute engine and for whatever reason need to do a reset...
Read more >Quantum Engine? : r/JBL - Reddit
Hi Unfortunately the Links for the Engine download are all down and i have trouble finding it elsewhere. does anybody have this quantum...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great suggestion, thanks. What do you think of adding a
console_url()
method to each of the Engine resources? Specifically, EngineProgram, EngineJob, and EngineProcessor?SGTM. I marked this as “before” because it was expected to be small, but there’s nothing in it that’s breaking.