| Name | Type | Description |
|---|---|---|
dataset_name* | str | name of the |
workspace_name | Optional[str] | Default: Nonename of the workspace in Argilla where the specified
|
api_url | Optional[str] | Default: None |
api_key | Optional[str] | Default: None |
Callback Handler that logs into Argilla.
URL of the Argilla Server that we want to use, and where the
FeedbackDataset lives in. Defaults to None, which means that either
ARGILLA_API_URL environment variable or the default will be used.
API Key to connect to the Argilla Server. Defaults to None, which
means that either ARGILLA_API_KEY environment variable or the default
will be used.