Files
optuna-dashboard/docs/api.rst
T
2023-02-15 23:31:04 +09:00

41 lines
827 B
ReStructuredText

.. module:: optuna_dashboard
API Reference
=============
General APIs
------------
.. autosummary::
:toctree: _generated/
:nosignatures:
optuna_dashboard.run_server
optuna_dashboard.wsgi
optuna_dashboard.set_objective_names
optuna_dashboard.save_note
Human-in-the-loop
-----------------
.. autosummary::
:toctree: _generated/
:nosignatures:
optuna_dashboard.register_objective_form_widgets
optuna_dashboard.ObjectiveChoiceWidget
optuna_dashboard.ObjectiveSliderWidget
optuna_dashboard.ObjectiveTextInputWidget
optuna_dashboard.ObjectiveUserAttrRef
Artifact
--------
.. autosummary::
:toctree: _generated/
:nosignatures:
optuna_dashboard.artifact.upload_artifact
optuna_dashboard.artifact.file_system.FileSystemBackend
optuna_dashboard.artifact.boto3.Boto3Backend