Playground
NEW
Compute
NEW
Community
HELP
Contact Us
Documentation
Quick Start Guide
API Status
Join our Discord Channel
Product Roadmap
Log in
Sign up
Update a Concept Thresholder Model
Step 1 - Create Model ID
Model Id
A memorable, human-readable model-id with a maximum of 48-characters
Step 2 - Set Up Model
Concepts
List of concepts and each concept has concept.value set to the threshold. If a concept is not specified here then that concept will be allowed through to the output always.
Select Concepts
Concept Threshold Type
This is the operation used to to compare such as input value {concept_threshold_type} concept.value where concept.value is defined in this model's config and represents the threshold for each concept. For example if this concept_threshold_type is GREATER_THAN_OR_EQUAL and the concept.value for the 'dog' concept is 0.75 then any data coming into this model with the concept of dog greater than or equal to 0.75 will be output from this model.
GREATER_THAN
Filter Other Concepts
The default setting of False for this parameter means that the concepts found in the input data but that are NOT defined in output_info.data.concepts will be let through. Setting filter_other_concepts = True will filter out these additional concepts found in the input that are not defined in output_info.data.concepts.
OFF
Help
GREATER_THAN
GREATER_THAN_OR_EQUAL
LESS_THAN
LESS_THAN_OR_EQUAL
EQUAL