v1

latestOpenAPI 3.1.02026-08-04118425322.0 KB
concept

Update concept

Update concept

patch/api/v1/concepts/{concept_id}

Path parameters

concept_idstring uuid4 required

The unique identifier for the concept

Headers

Authorizationstring required

Bearer authentication

Request body

namestring nullable

A replacement name for the concept

descriptionstring nullable

A replacement description for the concept

thresholdnumber double nullable

A replacement decision threshold for the concept

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

Response

Concept details

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