qcs_api_client.api.reservations.find_available_reservations#

Module Contents#

Functions#

sync(...)

Find Available Reservations

sync_from_dict(...)

asyncio(...)

Find Available Reservations

asyncio_from_dict(...)

qcs_api_client.api.reservations.find_available_reservations.sync(*, client: httpx.Client, quantum_processor_id: str, start_time_from: datetime.datetime, duration: str, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.find_available_reservations_response.FindAvailableReservationsResponse]#

Find Available Reservations

List currently available reservations on the requested Rigetti quantum computer.

Parameters
Returns

Response[FindAvailableReservationsResponse]

qcs_api_client.api.reservations.find_available_reservations.sync_from_dict(*, client: httpx.Client, quantum_processor_id: str, start_time_from: datetime.datetime, duration: str, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.find_available_reservations_response.FindAvailableReservationsResponse]#
async qcs_api_client.api.reservations.find_available_reservations.asyncio(*, client: httpx.AsyncClient, quantum_processor_id: str, start_time_from: datetime.datetime, duration: str, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.find_available_reservations_response.FindAvailableReservationsResponse]#

Find Available Reservations

List currently available reservations on the requested Rigetti quantum computer.

Parameters
Returns

Response[FindAvailableReservationsResponse]

async qcs_api_client.api.reservations.find_available_reservations.asyncio_from_dict(*, client: httpx.AsyncClient, quantum_processor_id: str, start_time_from: datetime.datetime, duration: str, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.find_available_reservations_response.FindAvailableReservationsResponse]#