Flush the tracker and reset the session.
flush_tracker(
self,
langchain_asset: Any = None,
reset: bool = True,
finish: bool = False,
job_type: Optional[str] = None,
project: Optional[str] = None,
entity: Optional[str] = None,
tags: Optional[Sequence] = None,
group: Optional[str] = None,
name: Optional[str] = None,
notes: Optional[str] = None,
visualize: Optional[bool] = None,
complexity_metrics: Optional[bool] = None
) -> None| Name | Type | Description |
|---|---|---|
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. |
job_type | Optional[str] | Default: NoneThe job type. |
project | Optional[str] | Default: NoneThe project. |
entity | Optional[str] | Default: NoneThe entity. |
tags | Optional[Sequence] | Default: NoneThe tags. |
group | Optional[str] | Default: NoneThe group. |
name | Optional[str] | Default: NoneThe name. |
notes | Optional[str] | Default: NoneThe notes. |
visualize | Optional[bool] | Default: NoneWhether to visualize. |
complexity_metrics | Optional[bool] | Default: NoneWhether to compute complexity metrics. |
Returns* | unknown | None |