| Name | Type | Description |
|---|---|---|
job_type* | str | The type of clearml task such as "inference", "testing" or "qc" |
project_name | str | Default: 'langchain_callback_demo'The clearml project name |
tags | list | Default: NoneTags to add to the task |
task_name | str | Default: None |
visualize | bool | Default: False |
complexity_metrics | bool | Default: False |
stream_logs | bool | Default: False |
Callback Handler that logs to ClearML.
This handler will utilize the associated callback method and formats the input of each callback function with metadata regarding the state of LLM run, and adds the response to the list of records for both the {method}_records and action. It then logs the response to the ClearML console.
Name of the clearml task
Whether to visualize the run.
Whether to log complexity metrics
Whether to stream callback actions to ClearML