lenskit.pipeline.config.PipelineLiteral ======================================= .. py:class:: lenskit.pipeline.config.PipelineLiteral Bases: :py:obj:`pydantic.BaseModel` Literal nodes represented in the pipeline. :Stability: Full .. py:attribute:: encoding :type: Literal['json', 'base85'] .. py:attribute:: value :type: pydantic.JsonValue .. py:method:: represent(data) :classmethod: .. py:method:: decode() Decode the represented literal.