lenskit.config.MachineSettings ============================== .. py:class:: lenskit.config.MachineSettings :canonical: lenskit.config._schema.MachineSettings Bases: :py:obj:`pydantic.BaseModel` Definition for a single machine. A “machine” is a computer (or cluster) that is in use for running LensKit experiments. Many users won't use this, but if you want to use the power consumption monitoring, you will need to define how to measure power for the different machines in use. .. py:attribute:: description :type: str | None :value: None Short description for this machine. .. py:attribute:: power_queries :type: PowerQueries Prometheus queries to collect power metrics for this machine.