def from_dict(cls, dikt): """Returns the dict as a model :param dikt: A dict. :type: dict :return: The AggregateResult of this AggregateResult. # noqa: E501 :rtype: AggregateResult """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt): """Returns the dict as a model :param dikt: A dict. :type: dict :return: The TaskSummary of this TaskSummary. # noqa: E501 :rtype: TaskSummary """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt): """Returns the dict as a model :param dikt: A dict. :type: dict :return: The ExperimentAggregate of this ExperimentAggregate. # noqa: E501 :rtype: ExperimentAggregate """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt): """Returns the dict as a model :param dikt: A dict. :type: dict :return: The Response of this Response. # noqa: E501 :rtype: Response """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt): """Returns the dict as a model""" return util.deserialize_model(dikt, cls)