mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT * DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
33 lines
780 B
Markdown
33 lines
780 B
Markdown
---
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|