Edit Function Version
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
The ID or ID prefix of the function version, or 'latest'.
Body
Schema for editing a function version.
Minimum number of running replicas.
Maximum number of running replicas.
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
Whether this model uses gpu
How many functions to allocate per node
The inputs to a function
The outputs to a function
The outputs to a function
Function dependencies
Cuda Version
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 current number and status of the model's workers
Stream output
Was this page helpful?