optuna_dashboard.wsgi

optuna_dashboard.wsgi(storage, artifact_store=None, *, artifact_backend=None)

This function exposes WSGI interface for people who want to run on the production-class WSGI servers like Gunicorn or uWSGI.

Parameters:
  • storage (Union[str, BaseStorage]) –

  • artifact_store (Optional[ArtifactBackend | ArtifactStore]) –

  • artifact_backend (Optional[ArtifactBackend]) –

Return type:

WSGIApplication