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
Id of the model
Build status of the function version. Statuses are 'queued', 'building', 'pushing', 'deploying', 'ready', 'error'
The time that the function build is queued
The time that the function build finished building
The time that the model is ready to process jobs
Machine type to use. See possible values for GPU machine types
An array of the model's python pip packages
An array of the model's system packages
Cuda Version
Whether this model uses gpu
How many functions to allocate per node
The minimum number of replicas of the model. Scale your model's minimum replicas to avoid cold starts
The maximum number of replicas of the model. Prevents model replicas from scaling beyond a certain point
The inputs to a function
The outputs to a function
The current number and status of the model's workers
The outputs to a function
Stream output
Function dependencies
Was this page helpful?