Skip to content

opto.features.mlflow

MLflow integration feature for Trace library.

is_autolog_enabled

is_autolog_enabled() -> bool

Check if MLflow autologging is currently enabled.

Returns: bool: True if MLflow autologging is enabled, False otherwise.

get_autolog_config

get_autolog_config() -> Dict[str, Any]

Get the current MLflow autolog configuration.

Returns: Dict[str, Any]: The current autolog configuration, or empty dict if not configured.

disable_autolog

disable_autolog() -> None

Disable MLflow autologging for Trace operations.

This is equivalent to calling autolog(disable=True).