Reference
SDKs
- Overview
- Openlayer SDKs
CLI
- Overview
- CLI global options
- Commands
REST API
- Overview
- Workspaces
- Invites and API keys
- Projects
- Development
- Monitoring
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 creation date.
The last test evaluation date.
The last data sample received date.
The next test evaluation date.
The last updated date.
The inference pipeline description.
500
The number of tests failing.
x > 0
The inference pipeline id.
The inference pipeline name.
100
The number of tests passing.
x > 0
The project id.
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.
The total number of tests.
x > 0
The project creator id.
The project creation date.
The project last updated date.
The number of tests in the development mode of the project.
x > 0
The total number of tests in the project.
x > 0
The project id.
The number of inference pipelines in the project.
x > 0
The number of tests in the monitoring mode of the project.
x > 0
The project name.
64
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 workspace id.
The project description.
280
The workspace creator id.
The workspace creation date.
The workspace last updated date.
The workspace id.
The number of invites in the workspace.
x > 0
The number of members in the workspace.
x > 0
The workspace name.
80
The end date of the current billing period.
The start date of the current billing period.
The number of projects in the workspace.
x > 0
The workspace slug.
32
active
, past_due
, unpaid
, canceled
, incomplete
, incomplete_expired
, trialing
, paused
Whether the workspace only allows SAML authentication.
The workspace id.
Was this page helpful?