Monitoring
Retrieve inference pipeline
Retrieve inference pipeline.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Path Parameters
inferencePipelineId
string
requiredThe inference pipeline id (a UUID).
Response
200 - application/json
id
string
requiredThe inference pipeline id.
projectId
string
requiredThe project id.
name
string
requiredThe inference pipeline name.
Maximum length:
100
dateCreated
string
requiredThe creation date.
dateUpdated
string
requiredThe last updated date.
dateLastSampleReceived
string | null
requiredThe last data sample received date.
description
string | null
requiredThe inference pipeline description.
Maximum length:
500
dateLastEvaluated
string | null
requiredThe last test evaluation date.
dateOfNextEvaluation
string | null
requiredThe next test evaluation date.
passingGoalCount
integer
requiredThe number of tests passing.
Required range:
x > 0
failingGoalCount
integer
requiredThe number of tests failing.
Required range:
x > 0
totalGoalCount
integer
requiredThe total number of tests.
Required range:
x > 0
status
enum<string>
requiredThe status of test evaluation for the inference pipeline.
Available options:
queued
, running
, paused
, failed
, completed
, unknown
statusMessage
string | null
requiredThe status message of test evaluation for the inference pipeline.
links
object
requiredWas this page helpful?