Client reference
The HubClient is the main entry point for interacting with the Giskard Hub through the Python SDK.
- class giskard_hub.client.HubClient(hub_url: str | None = None, api_key: str | None = None, auto_add_api_suffix: bool | None = True, **kwargs)[source]
Bases:
SyncClient
Client class to handle interaction with the hub.
- projects
Resource to interact with projects.
- Type:
- datasets
Resource to interact with datasets.
- Type:
- chat_test_cases
Resource to interact with chat test cases.
- Type:
- conversations
Resource to interact with conversations.
- Type:
- models
Resource to interact with models.
- Type:
- evaluations
Resource to interact with evaluations.
- Type:
- knowledge_bases
Resource to interact with knowledge bases.
- Type:
- scheduled_evaluations
Resource to interact with scheduled evaluations.
- evals
Alias for evaluations.
- Type: