lenskit.schemas.pipeline.PipelineLiteral ======================================== .. py:class:: lenskit.schemas.pipeline.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.