WandbRunArgs#

class langchain_community.callbacks.tracers.wandb.WandbRunArgs[source]#

Arguments for the WandbTracer.

job_type: str | None#
dir: StrPath | None#
config: Dict | str | None#
project: str | None#
entity: str | None#
reinit: bool | None#
tags: Sequence | None#
group: str | None#
name: str | None#
notes: str | None#
magic: dict | str | bool | None#
config_exclude_keys: List[str] | None#
config_include_keys: List[str] | None#
anonymous: str | None#
mode: str | None#
allow_val_change: bool | None#
resume: bool | str | None#
force: bool | None#
tensorboard: bool | None#
sync_tensorboard: bool | None#
monitor_gym: bool | None#
save_code: bool | None#
id: str | None#
settings: WBSettings | Dict[str, Any] | None#