Module serverless

Module serverless 

Source
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§

EndpointHealth
Health information for an endpoint
ServerlessEndpoint
Class for running jobs on a specific endpoint.
ServerlessJob
A job submitted to a serverless endpoint.
StreamChunk
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