Update labels

Update labels for a concept. Label requests containing coactive image ids or image paths already in use will overwrite existing labels. Label requests with an empty label value will delete an existing label for that image/keyframe identifier.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

concept_idstringRequiredformat: "uuid4"
The unique identifier for the concept

Request

This endpoint expects an object.
labelslist of objectsRequired
Labels for the concept. A label with an empty label value will delete any existing labels associate with the provided image or keyframe
autosampledNumNegativeLabelsinteger or nullOptional
The number of negative labels to add

Response

The updated concept
createdUserIdstring
The user that created the resource
createdDtstringformat: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstringformat: "date-time"
The datetime the resource was last updated
namestring
The name of the concept
conceptIdstringformat: "uuid4"
The unique identifier for the concept
datasetIdstringformat: "uuid4"
The unique identifier for the dataset
descriptionstring or null
A description for the concept
thresholddouble or nullDefaults to 0.8
Threshold above which classification is positive
regularizationdouble or nullDefaults to 0.0625
How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data

Errors