33 lines
780 B
Markdown
Raw Normal View History

---
title: Models
slug: /sdk/python/api-reference/models
---
[{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/src/metadata/ingestion/ometa/models.py#L0")
# module `models`
Pydantic models for ometa client API
---
[{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/src/metadata/ingestion/ometa/models.py#L20")
## class `EntityList`
Pydantic Entity list model
Attributes entities (List): list of entities total (int): total size of the response after (str): after token for pagination
---