qiskit.providers.ibmq.IBMQBackend.reservations¶
- IBMQBackend.reservations(start_datetime=None, end_datetime=None)[소스]¶
Return backend reservations.
If start_datetime and/or end_datetime is specified, reservations with time slots that overlap with the specified time window will be returned.
Some of the reservation information is only available if you are the owner of the reservation.
- 매개변수
start_datetime (
Optional
[datetime
]) – Filter by the given start date/time, in local timezone.end_datetime (
Optional
[datetime
]) – Filter by the given end date/time, in local timezone.
- 반환 형식
List
[BackendReservation
]- 반환
A list of reservations that match the criteria.