Resource group
Labels
A Label is one possible output of a Function — the categories your Function can predict. Labels are scoped to a single Function.
Operations
| Method | Path | Operation |
|---|---|---|
| GET | /v1/functions/{functionId}/labels |
List Labels (ListLabels) |
| POST | /v1/functions/{functionId}/labels |
Create a Label (PostLabel) |
| GET | /v1/functions/{functionId}/labels/{labelId} |
Get a Label (GetLabel) |
| PUT | /v1/functions/{functionId}/labels/{labelId} |
Update a Label (PutLabel) |
| DELETE | /v1/functions/{functionId}/labels/{labelId} |
Delete a Label (DeleteLabel) |