Create concept

POST

Create a new concept

Request

This endpoint expects an object.
namestringRequired

The name of the concept, which will become available as the column name in SQL

datasetIdstringRequired

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

This endpoint returns an object.
createdUserIdstring

The user that created the resource

createdDtdatetime

The created datetime of the resource

updatedUserIdstring

The user that last updated the resource

updatedDtdatetime

The datetime the resource was last updated

namestring

The name of the concept

conceptIdstring

The unique identifier for the concept

datasetIdstring

The unique identifier for 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