Available on crate feature
serverless only.Expand description
Serverless endpoint execution and job management.
This module provides functionality for running jobs on RunPod serverless endpoints, including synchronous runs, streaming outputs, and asynchronous job status tracking.
Structs§
- Endpoint
Health - Health information for an endpoint
- Serverless
Endpoint - Class for running jobs on a specific endpoint.
- Serverless
Job - A job submitted to a serverless endpoint.
- Stream
Chunk - A single chunk from a streaming response
Enums§
- JobStatus
- Job status indicating the current state of a serverless job.
Type Aliases§
- JobOutput
- Job output that may be returned from a completed job