.. 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 optuna_dashboard.save_plotly_graph_object Human-in-the-loop ----------------- Form Widgets ~~~~~~~~~~~~ .. autosummary:: :toctree: _generated/ :nosignatures: optuna_dashboard.register_objective_form_widgets optuna_dashboard.register_user_attr_form_widgets optuna_dashboard.dict_to_form_widget optuna_dashboard.ChoiceWidget optuna_dashboard.SliderWidget optuna_dashboard.TextInputWidget optuna_dashboard.ObjectiveUserAttrRef Preferential Optimization ~~~~~~~~~~~~~~~~~~~~~~~~~ .. autosummary:: :toctree: _generated/ :nosignatures: optuna_dashboard.preferential.create_study optuna_dashboard.preferential.load_study optuna_dashboard.preferential.PreferentialStudy optuna_dashboard.preferential.samplers.gp.PreferentialGPSampler optuna_dashboard.register_preference_feedback_component Streamlit ----------------- .. autosummary:: :toctree: _generated/ :nosignatures: optuna_dashboard.streamlit.render_trial_note optuna_dashboard.streamlit.render_objective_form_widgets optuna_dashboard.streamlit.render_user_attr_form_widgets Artifact -------- .. autosummary:: :toctree: _generated/ :nosignatures: optuna_dashboard.artifact.upload_artifact optuna_dashboard.artifact.file_system.FileSystemBackend optuna_dashboard.artifact.boto3.Boto3Backend optuna_dashboard.artifact.backoff.Backoff optuna_dashboard.artifact.prefix.AppendPrefix optuna_dashboard.artifact.protocol.ArtifactBackend optuna_dashboard.artifact.exceptions.ArtifactNotFound