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.
Response
The inference pipeline id.
The project id.
The inference pipeline name.
The creation date.
The last updated date.
The last data sample received date.
The inference pipeline description.
The last test evaluation date.
The next test evaluation date.
The number of tests passing.
The number of tests failing.
The total number of tests.
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?