qcs_api_client.operations.sync_from_dict#

Package Contents#

Functions#

qcs_api_client.operations.sync_from_dict.add_group_user(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.get_group_balance(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.account_balance.AccountBalance]#
qcs_api_client.operations.sync_from_dict.get_group_billing_customer(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_customer.BillingCustomer]#
qcs_api_client.operations.sync_from_dict.get_group_upcoming_billing_invoice(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_upcoming_invoice.BillingUpcomingInvoice]#
qcs_api_client.operations.sync_from_dict.get_user_balance(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.account_balance.AccountBalance]#
qcs_api_client.operations.sync_from_dict.get_user_billing_customer(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_customer.BillingCustomer]#
qcs_api_client.operations.sync_from_dict.get_user_upcoming_billing_invoice(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_upcoming_invoice.BillingUpcomingInvoice]#
qcs_api_client.operations.sync_from_dict.list_group_billing_invoice_lines(group_name: str, billing_invoice_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#
qcs_api_client.operations.sync_from_dict.list_group_billing_invoices(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoices_response.ListAccountBillingInvoicesResponse]#
qcs_api_client.operations.sync_from_dict.list_group_upcoming_billing_invoice_lines(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#
qcs_api_client.operations.sync_from_dict.list_group_users(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_group_users_response.ListGroupUsersResponse]#
qcs_api_client.operations.sync_from_dict.list_user_billing_invoice_lines(user_id: str, billing_invoice_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#
qcs_api_client.operations.sync_from_dict.list_user_billing_invoices(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoices_response.ListAccountBillingInvoicesResponse]#
qcs_api_client.operations.sync_from_dict.list_user_groups(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_groups_response.ListGroupsResponse]#
qcs_api_client.operations.sync_from_dict.list_user_upcoming_billing_invoice_lines(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#
qcs_api_client.operations.sync_from_dict.remove_group_user(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.auth_email_password_reset_token(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.auth_get_user(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.user.User]#
qcs_api_client.operations.sync_from_dict.auth_reset_password(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.auth_reset_password_with_token(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.check_client_application(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.check_client_application_response.CheckClientApplicationResponse]#
qcs_api_client.operations.sync_from_dict.get_client_application(client_application_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.client_application.ClientApplication]#
qcs_api_client.operations.sync_from_dict.list_client_applications(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_client_applications_response.ListClientApplicationsResponse]#
qcs_api_client.operations.sync_from_dict.get_health(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.health.Health]#
qcs_api_client.operations.sync_from_dict.health_check(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.create_endpoint(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.endpoint.Endpoint]#
qcs_api_client.operations.sync_from_dict.delete_endpoint(endpoint_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.get_default_endpoint(quantum_processor_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.endpoint.Endpoint]#
qcs_api_client.operations.sync_from_dict.get_endpoint(endpoint_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.endpoint.Endpoint]#
qcs_api_client.operations.sync_from_dict.list_endpoints(*, client: httpx.Client, filter_: Union[qcs_api_client.types.Unset, None, str] = UNSET, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_endpoints_response.ListEndpointsResponse]#
qcs_api_client.operations.sync_from_dict.restart_endpoint(endpoint_id: str, *, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
qcs_api_client.operations.sync_from_dict.create_engagement(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.engagement_with_credentials.EngagementWithCredentials]#
qcs_api_client.operations.sync_from_dict.get_instruction_set_architecture(quantum_processor_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.instruction_set_architecture.InstructionSetArchitecture]#
qcs_api_client.operations.sync_from_dict.get_quantum_processor(quantum_processor_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.quantum_processor.QuantumProcessor]#
qcs_api_client.operations.sync_from_dict.list_quantum_processor_accessors(quantum_processor_id: str, *, client: httpx.Client, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_quantum_processor_accessors_response.ListQuantumProcessorAccessorsResponse]#
qcs_api_client.operations.sync_from_dict.list_quantum_processors(*, client: httpx.Client, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_quantum_processors_response.ListQuantumProcessorsResponse]#
qcs_api_client.operations.sync_from_dict.create_reservation(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.reservation.Reservation]#
qcs_api_client.operations.sync_from_dict.delete_reservation(reservation_id: int, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.reservation.Reservation]#
qcs_api_client.operations.sync_from_dict.find_available_reservations(*, 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]#
qcs_api_client.operations.sync_from_dict.list_group_reservations(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#
qcs_api_client.operations.sync_from_dict.list_reservations(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#
qcs_api_client.operations.sync_from_dict.get_quilt_calibrations(quantum_processor_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.get_quilt_calibrations_response.GetQuiltCalibrationsResponse]#
qcs_api_client.operations.sync_from_dict.translate_native_quil_to_encrypted_binary(quantum_processor_id: str, *, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.TranslateNativeQuilToEncryptedBinaryResponse]#