Client¶
- class giskard_hub.client.HubClient(hub_url: str | None = None, api_key: str | None = None, **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:
- conversations¶
Resource to interact with conversations.
- Type:
- models¶
Resource to interact with models.
- Type:
- evaluations¶
Resource to interact with evaluations.
- Type:
- evals¶
Alias for evaluations.
- Type: