Labels

A Label is one possible output of a Function — the categories your Function can predict. Labels are scoped to a single Function.

Operations

OperationPathMethod
List Labels /v1/functions/{functionId}/labels GET
Create a Label /v1/functions/{functionId}/labels POST
Get a Label /v1/functions/{functionId}/labels/{labelId} GET
Update a Label /v1/functions/{functionId}/labels/{labelId} PUT
Delete a Label /v1/functions/{functionId}/labels/{labelId} DELETE