RunConfig.from_dict

classmethod RunConfig.from_dict(data)[source]

Create a new RunConfig object from a dictionary.

Parameters

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

Returns

The RunConfig from the input dictionary.

Return type

RunConfig