Skip to content

CreateConceptRequest

An object used to create a concept in Coactive's system

Properties

Name Type Description Notes
name str The name of the concept, which will become available as the column name in SQL
embedding_id str The id of the embedding
description str, none_type An optional description for the concept [optional]
labels [ConceptLabelRequest], none_type Labels to create/update/delete [optional]
threshold float, none_type Threshold above which classification is positive [optional] if omitted the server will use the default value of 0.8

[Back to Model list] [Back to API list] [Back to home]