Flush the tracker and reset the session.
flush_tracker(
self,
repo: Optional[str] = None,
experiment_name: Optional[str] = None,
system_tracking_interval: Optional[int] = 10,
log_system_params: bool = True,
langchain_asset: Any = None,
reset: bool = True,
finish: bool = False
) -> None| Name | Type | Description |
|---|---|---|
repo (* | unknown | obj: |
experiment_name (* | unknown | obj: |
system_tracking_interval (* | unknown | obj: |
log_system_params (* | unknown | obj: |
langchain_asset | Any | Default: NoneThe langchain asset to save. |
reset | bool | Default: TrueWhether to reset the session. |
finish | bool | Default: FalseWhether to finish the run. |
Returns* | unknown | None |