diff --git a/optuna_dashboard/artifact/file_system.py b/optuna_dashboard/artifact/file_system.py index bf449cc6..b84b9ed4 100644 --- a/optuna_dashboard/artifact/file_system.py +++ b/optuna_dashboard/artifact/file_system.py @@ -15,7 +15,7 @@ if TYPE_CHECKING: class FileSystemBackend: """An artifact backend for file systems. - .. note:: + .. warning:: This class is deprecated. Please use `optuna.artifacts.FileSystemArtifactStore