v1

latestOpenAPI 3.1.02026-08-04118425322.0 KB
concept

Create concept

Create a new concept

post/api/v1/concepts

Headers

Authorizationstring required

Bearer authentication

Request body

namestring required

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

descriptionstring nullable

A description for the concept

thresholdnumber double nullable

Threshold above which classification is positive

regularizationnumber double nullable

How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data

datasetIdstring uuid4 required

The id of the dataset

Response

The created concept

createdUserIdstring required

The user that created the resource

createdDtstring date-time required

The created datetime of the resource

updatedUserIdstring required

The user that last updated the resource

updatedDtstring date-time required

The datetime the resource was last updated

namestring required

The name of the concept

descriptionstring nullable

A description for the concept

thresholdnumber double nullable

Threshold above which classification is positive

regularizationnumber double nullable

How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data

conceptIdstring uuid4 required

The unique identifier for the concept

datasetIdstring uuid4 required

The unique identifier for the dataset