Login
Get Started
Search...
/
Introduction
Overview
Why Coactive
Getting started
Quickstart
SDKs
Tutorials
Intelligent Search
Classification
Real-time Visual Analytics
API Reference
Asset
Classification
Concept
GET
List concepts
POST
Create concept
GET
Get concept
DEL
Delete concept
PATCH
Update concept
GET
Get labels
PATCH
Update labels
GET
Get label candidates
GET
Get concept's prediction estimation
Credentials
Dataset
Dynamic Tags
Query
Search
Login
Get Started
API Reference
Concept
Get concept
GET
https://app.coactive.ai
/
api
/
v1
/
concepts
/
:concept_id
Get concept
Path parameters
concept_id
string
Required
The unique identifier for the concept
Response
This endpoint returns an object.
createdUserId
string
The user that created the resource
createdDt
datetime
The created datetime of the resource
updatedUserId
string
The user that last updated the resource
updatedDt
datetime
The datetime the resource was last updated
name
string
The name of the concept
conceptId
string
The unique identifier for the concept
datasetId
string
The unique identifier for the dataset
description
string
Optional
A description for the concept
threshold
double
Optional
Defaults to
0.8
Threshold above which classification is positive
regularization
double
Optional
Defaults 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
Built with