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
What is the expected feature or enhancement?
It appears there is no way to get a backend instance from a Batch or Session. But they do have service instances. So if I want to get the backend associated with the Batch or Session I must write:
backend=batch.service.backend(batch.backend())
There should be a better way then this.
Acceptance criteria
It is easier for an user to get a backend instance from a Batch or Session.
The text was updated successfully, but these errors were encountered:
Given passing a backend name to Session/Batch constructor is deprecated, we should change session.backend() to return a backend instance. How to make this transition backward compatible is going to be tricky though.
What is the expected feature or enhancement?
It appears there is no way to get a backend instance from a Batch or Session. But they do have service instances. So if I want to get the backend associated with the Batch or Session I must write:
There should be a better way then this.
Acceptance criteria
It is easier for an user to get a backend instance from a Batch or Session.
The text was updated successfully, but these errors were encountered: