optuna.artifacts

The artifacts module provides the way to manage artifacts (output files) in Optuna.

optuna.artifacts.FileSystemArtifactStore

An artifact backend for file systems.

optuna.artifacts.Boto3ArtifactStore

An artifact backend for Boto3.

optuna.artifacts.upload_artifact

Upload an artifact to the artifact store.