You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
** Please describe what you would like the feature to accomplish.**
Currently, when a program is submitted through Azure quantum using a standalone executable, only the ID of the job is returned. Getting an URI would be great to track the status of a job.
** Describe the solution you'd like **
Being able to specify through a command line option whether the executable should return the job ID or an URI.
** Additional context **
CloudJob already has an URI property which is currently not implemented.
The entry point driver already supports specifying the output type when submitting a job to Azure quantum, but both available output types return the same thing, the job ID.