List Function Versions
Get all versions of the given function.
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
Query Parameters
The maximum amount of versions to show.
Exclude the first N versions.
Response
Build status of the function version. Statuses are 'queued', 'building', 'pushing', 'deploying', 'ready', 'error'
The UTC time that the function build finished building.
Machine type to use. See possible values for GPU machine types
The outputs to a function
Function dependencies
Whether this model uses gpu
Id of the model
The inputs to a function
The outputs to a function
An array of the model's python pip packages
The UTC time that the function build is queued.
The UTC time that the model is ready to process jobs.
How many functions to allocate per node
An array of the model's system packages
Cuda Version
The current number and status of the model's workers
The maximum number of replicas of the model. Prevents model replicas from scaling beyond a certain point
The minimum number of replicas of the model. Scale your model's minimum replicas to avoid cold starts
Stream output
Was this page helpful?