Create a new TraceInfo record in the backend store. Corresponding to the Python SDK's start_trace_v3() method.
Note: the backend API is named as "Start" due to unfortunate miscommunication. The API is indeed called at the "end" of a trace, not the "start".
Delete an experiment
Get a single trace by ID Fetches both trace info and trace data from backend Corresponds to Python: client.get_trace()
Get trace info using V3 API Endpoint: GET /api/3.0/mlflow/traces/{trace_id}
Client for MLflow tracing operations