from_dict

*classmethod* ModelType.from_dict(data)

Deserialize the model from a dictionary.

Parameters

data (dict) – Dictionary representation of the model.

Returns

ModelType – The reconstructed model definition.

Was this useful?