sagemaker.core.mlflow

sagemaker.core.mlflow#

MLflow integration module - stub.

This module provides stubs for MLflow integration functionality. MLflow integration is an optional feature that requires the mlflow package.

NOTE: This is a stub module. Full MLflow integration will be implemented in a future release.

Functions

forward_sagemaker_metrics(*args, **kwargs)

Stub for MLflow metrics forwarding.

sagemaker.core.mlflow.forward_sagemaker_metrics(*args, **kwargs)[source]#

Stub for MLflow metrics forwarding.

This function is not yet implemented. MLflow integration is an optional feature that will be added in a future release.

Raises:

NotImplementedError – Always raised as this is a stub.