Fabric - Wheel packagedatamodelOn this pagedata.modelModel Objects @dataclassclass Model(DataClassFromDictMixin) from_yaml @classmethoddef from_yaml(cls, yaml_string: str) Create a Model instance from a YAML string. from_yaml_file @classmethoddef from_yaml_file(cls, file_path: str) Create a Model instance from a YAML file.