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.
project
, workspace
Response
The inference pipeline id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The project id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The inference pipeline name.
100
"production"
The creation date.
"2024-03-22T11:31:01.185Z"
The last updated date.
"2024-03-22T11:31:01.185Z"
The last data sample received date.
"2024-03-22T11:31:01.185Z"
The inference pipeline description.
500
"This pipeline is used for production."
The last test evaluation date.
"2024-03-22T11:31:01.185Z"
The next test evaluation date.
"2024-03-22T11:31:01.185Z"
The number of tests passing.
x >= 0
5
The number of tests failing.
x >= 0
1
The total number of tests.
x >= 0
6
The status of test evaluation for the inference pipeline.
queued
, running
, paused
, failed
, completed
, unknown
"completed"
The status message of test evaluation for the inference pipeline.
"Tests successfully evaluated"
The workspace id.
"055fddb1-261f-4654-8598-f6347ee46a09"
Was this page helpful?