FullConceptResponse
A concept object plus the names and ids of its associated dataset and embedding
Properties
Name | Type | Description | Notes |
---|---|---|---|
created_user_id | str | The user that created the resource | |
created_dt | datetime | The created datetime of the resource | |
updated_user_id | str | The user that last updated the resource | |
updated_dt | datetime | The datetime the resource was last updated | |
name | str | The name of the concept | |
concept_id | str | The unique identifier for the concept | |
threshold | float | Threshold above which classification is positive | |
dataset | BasicDescription | ||
embedding | BasicDescription | ||
description | str, none_type | An optional description for the concept | [optional] |