Monitoring
Update inference
Update an inference data point in an 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).
Query Parameters
inferenceId
string
requiredSpecify the inference id as a query param.
Body
application/json
row
object
requiredconfig
object
Response
200 - application/json
success
boolean
requiredWas this page helpful?