2022-07-11 15:19:11 +02:00
|
|
|
---
|
|
|
|
title: Python SDK Entities
|
|
|
|
slug: /sdk/python/entities
|
|
|
|
---
|
|
|
|
|
|
|
|
# Python SDK Entities
|
2022-07-17 18:18:22 +02:00
|
|
|
|
|
|
|
Parent page for advanced information on OpenMetadata Entities and their usage.
|
|
|
|
|
|
|
|
Here are the articles in this section:
|
|
|
|
|
|
|
|
<InlineCalloutContainer>
|
|
|
|
<InlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
icon="model_training"
|
|
|
|
bold="ML Model"
|
2022-10-05 21:54:02 -07:00
|
|
|
href="/sdk/python/entities/ml-model"
|
2022-07-17 18:18:22 +02:00
|
|
|
>
|
|
|
|
Let's dive deeper into the ML Model (`MlModel`) Entity shape and usage with the Python SDK.
|
|
|
|
</InlineCallout>
|
2022-10-05 21:54:02 -07:00
|
|
|
</InlineCalloutContainer>
|