List inference pipelines
List the inference pipelines in a project.
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 project id.
Query Parameters
The page to return in a paginated query.
x > 1
Maximum number of items to return per page.
1 < x < 100
Filter list of items by name.
Response
The inference pipeline id.
The project id.
The workspace id.
The project id.
The workspace id.
The project creator id.
The project name.
64
The project creation date.
The project last updated date.
The source of the project.
web
, api
, null
The task type of the project.
llm-base
, tabular-classification
, tabular-regression
, text-classification
The number of versions (commits) in the project.
x > 0
The number of inference pipelines in the project.
x > 0
The total number of tests in the project.
x > 0
The number of tests in the development mode of the project.
x > 0
The number of tests in the monitoring mode of the project.
x > 0
The project description.
280
80
32
x > 0
x > 0
x > 0
active
, past_due
, unpaid
, canceled
, incomplete
, incomplete_expired
, trialing
, paused
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?