22 lines
645 B
ReStructuredText
22 lines
645 B
ReStructuredText
mlflow.tracing
|
|
==============
|
|
|
|
.. attention::
|
|
|
|
The ``mlflow.tracing`` namespace only contains a few utility functions fo managing traces. The main entry point for MLflow
|
|
Tracing is :ref:`Tracing Fluent APIs <mlflow-tracing-fluent-python-apis>` defined directly under the
|
|
:py:mod:`mlflow` namespace, or the low-level `Tracing Client APIs <../llms/tracing/index.html#tracing-client-apis>`_
|
|
|
|
.. automodule:: mlflow.tracing
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
mlflow.tracing.attachments
|
|
--------------------------
|
|
|
|
.. automodule:: mlflow.tracing.attachments
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|