Update inference pipeline
Update inference pipeline.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Path Parameters
The inference pipeline id (a UUID).
Body
The storage uri of your reference dataset. We recommend using the Python SDK or the UI to handle your reference dataset updates.
1000
Response
The inference pipeline id.
The project id.
The inference pipeline name.
100
The creation date.
The last updated date.
The last data sample received date.
The inference pipeline description.
500
The last test evaluation date.
The next test evaluation date.
The number of tests passing.
x > 0
The number of tests failing.
x > 0
The total number of tests.
x > 0
The status of test evaluation for the inference pipeline.
queued
, running
, paused
, failed
, completed
, unknown
The status message of test evaluation for the inference pipeline.
Was this page helpful?