Monitoring
Retrieve inference pipeline
Retrieve 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).
Query Parameters
Expand specific nested objects.
Available options:
project
, workspace
Response
200 - application/json
The inference pipeline id.
The project id.
The inference pipeline name.
Maximum length:
100
The creation date.
The last updated date.
The last data sample received date.
The inference pipeline description.
Maximum length:
500
The last test evaluation date.
The next test evaluation date.
The number of tests passing.
Required range:
x > 0
The number of tests failing.
Required range:
x > 0
The total number of tests.
Required range:
x > 0
The status of test evaluation for the inference pipeline.
Available options:
queued
, running
, paused
, failed
, completed
, unknown
The status message of test evaluation for the inference pipeline.
The workspace id.
Was this page helpful?