BackendStatus.from_dict

classmethod BackendStatus.from_dict(data)[source]

Create a new BackendStatus object from a dictionary.

Parameters

data (dict) – A dictionary representing the BaseBakend to create. It will be in the same format as output by to_dict().

Returns

The BackendStatus from the input dictionary.

Return type

BackendStatus