Create concept

Create a new concept

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
The name of the concept, which will become available as the column name in SQL
datasetIdstringRequiredformat: "uuid4"
The id of the dataset
descriptionstringOptional
A description for the concept
thresholddoubleOptionalDefaults to 0.8
Threshold above which classification is positive
regularizationdoubleOptionalDefaults 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

Response

The created 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