lenskit.pipeline.config.PipelineLiteral#

classlenskit.pipeline.config.PipelineLiteral#

Bases: pydantic.BaseModel

Literal nodes represented in the pipeline.

Stability:
Full (see Stability Levels ).
encoding:Literal['json','base85']#
value:pydantic.JsonValue#
classmethodrepresent(data)#
Parameters:

data (Any)

Return type:

Self

decode()#

Decode the represented literal.

Return type:

Any