lenskit.pipeline.config.PipelineLiteral#

class lenskit.pipeline.config.PipelineLiteral#

Bases: pydantic.BaseModel

Literal nodes represented in the pipeline.

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

data (Any)

Return type:

Self

decode()#

Decode the represented literal.

Return type:

Any