2023-04-17 16:45:47 +02:00
|
|
|
---
|
2025-06-30 10:16:46 +05:30
|
|
|
title: Python SDK Entities | OpenMetadata Python Entities
|
2023-04-17 16:45:47 +02:00
|
|
|
slug: /sdk/python/entities
|
2025-06-12 19:09:42 +05:30
|
|
|
noindex: true
|
|
|
|
nofollow: true
|
2023-04-17 16:45:47 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Python SDK Entities
|
|
|
|
|
|
|
|
Parent page for advanced information on OpenMetadata Entities and their usage.
|
|
|
|
|
|
|
|
Here are the articles in this section:
|
|
|
|
|
2023-04-21 21:59:41 +05:30
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
2023-04-17 16:45:47 +02:00
|
|
|
color="violet-70"
|
|
|
|
icon="model_training"
|
|
|
|
bold="ML Model"
|
2023-04-21 21:59:41 +05:30
|
|
|
href="/sdk/python/entities/ml-model" %}
|
2023-04-17 16:45:47 +02:00
|
|
|
Let's dive deeper into the ML Model (`MlModel`) Entity shape and usage with the Python SDK.
|
2023-04-21 21:59:41 +05:30
|
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCalloutContainer %}
|