The Vast Serverless SDK is a PythonDocumentation Index
Fetch the complete documentation index at: https://docs.vast.ai/llms.txt
Use this file to discover all available pages before exploring further.
pip package that provides tools for both creating serverless endpoints and sending and managing requests to those endpoints. It abstracts much of the complexity of interacting with the serverless engine and individual workers.
What the SDK Handles
The SDK manages the following core functions for the client:- Authentication
- All communication between the client, endpoints, and individual workers
- Request queuing
- Error handling and retries
- Creating and managing asynchronous sessions
- Providing worker status and lifecycle information