lenskit.data.schema.EntitySchema ================================ .. py:class:: lenskit.data.schema.EntitySchema Bases: :py:obj:`pydantic.BaseModel` Entity class definitions in the dataset schema. .. py:attribute:: id_type :type: Literal['int', 'str'] | None :value: None The data type for identifiers in this entity class. .. py:attribute:: attributes :type: dict[Name, ColumnSpec] Entity attribute definitions.