lenskit.batch.BatchResultRow ============================ .. py:class:: lenskit.batch.BatchResultRow :canonical: lenskit.batch._results.BatchResultRow Bases: :py:obj:`NamedTuple` Results for a single query in the batch recommendations. .. py:attribute:: key :type: lenskit.data.GenericKey The key (e.g. user ID) associated with this result row. .. py:attribute:: outputs :type: dict[str, object] The outputs associated with this result row. .. py:method:: key_dict() Get the row's key as a dictionary.