Sync contents

This commit is contained in:
Andrii Grynenko 2026-03-09 00:49:41 +00:00
parent 77cc8a0810
commit 35a77e79fe
15 changed files with 2186 additions and 152 deletions

View file

@ -13,6 +13,8 @@ The ServiceClient is the main entry point for the Tinker API. It provides method
- Generate RestClient instances for REST API operations like listing weights
Args:
user_metadata: Optional metadata attached to the created session.
project_id: Optional project ID to attach to the created session.
**kwargs: advanced options passed to the underlying HTTP client,
including API keys, headers, and connection settings.