poprox_concepts.api.recommendations.versions#
Classes
|
|
|
Identity and versioning metadata for the system that generated the provided recommendations. |
- class poprox_concepts.api.recommendations.versions.RecommenderInfo(*, name=None, version=None, hash=None)#
Bases:
BaseModel
Identity and versioning metadata for the system that generated the provided recommendations.
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].