Lines Matching refs:processor_id

341                         _processor_name_from_ids(project_id, processor_id)
342 for processor_id in processor_ids
607 def get_processor(self, project_id: str, processor_id: str) -> qtypes.QuantumProcessor:
619 _processor_name_from_ids(project_id, processor_id)
624 self, project_id: str, processor_id: str, filter_str: str = ''
641 _processor_name_from_ids(project_id, processor_id), filter_=filter_str
647 self, project_id: str, processor_id: str, calibration_timestamp_seconds: int
662 _calibration_name_from_ids(project_id, processor_id, calibration_timestamp_seconds)
669 self, project_id: str, processor_id: str
683 _processor_name_from_ids(project_id, processor_id) + '/calibrations/current'
695 processor_id: str,
711 parent = _processor_name_from_ids(project_id, processor_id)
725 def cancel_reservation(self, project_id: str, processor_id: str, reservation_id: str):
744 name = _reservation_name_from_ids(project_id, processor_id, reservation_id)
747 def delete_reservation(self, project_id: str, processor_id: str, reservation_id: str):
762 name = _reservation_name_from_ids(project_id, processor_id, reservation_id)
767 def get_reservation(self, project_id: str, processor_id: str, reservation_id: str):
776 name = _reservation_name_from_ids(project_id, processor_id, reservation_id)
785 self, project_id: str, processor_id: str, filter_str: str = ''
807 _processor_name_from_ids(project_id, processor_id), filter_=filter_str
816 processor_id: str,
839 _reservation_name_from_ids(project_id, processor_id, reservation_id)
867 self, project_id: str, processor_id: str, filter_str: str = ''
883 _processor_name_from_ids(project_id, processor_id), filter_=filter_str
901 def _processor_name_from_ids(project_id: str, processor_id: str) -> str:
906 project_id: str, processor_id: str, calibration_time_seconds: int
910 processor_id,
915 def _reservation_name_from_ids(project_id: str, processor_id: str, reservation_id: str) -> str:
918 processor_id,