MCPcopy Index your code
hub / github.com/feast-dev/feast / get_active_run_id

Function get_active_run_id

sdk/python/feast/mlflow.py:109–111  ·  view source on GitHub ↗

Return the active MLflow run ID, or ``None``.

()

Source from the content-addressed store, hash-verified

107
108
109def get_active_run_id() -> Optional[str]:
110 """Return the active MLflow run ID, or ``None``."""
111 return _ensure_client().active_run_id
112
113
114def __getattr__(name: str) -> Any:

Callers

nothing calls this directly

Calls 1

_ensure_clientFunction · 0.85

Tested by

no test coverage detected