Update concept

Update concept

Path parameters

concept_idstringRequiredformat: "uuid4"
The unique identifier for the concept

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringOptional
A replacement name for the concept
descriptionstringOptional
A replacement description for the concept
thresholddoubleOptional
A replacement decision threshold for the concept
regularizationdoubleOptional
How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data

Response

Concept details
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