Skip to content

ClassificationRequest

A request to classify embeddings for a specific concept id or all concepts within an embeddings space. Provide one of: embedding_id or concept_id.

Properties

Name Type Description Notes
embedding_id str, none_type The embedding id to get all concepts to use for classification [optional]
concept_id str, none_type A concept id to use to classify an image [optional]
embedding_vectors [ClassificationEmbeddingVectorRequest], none_type The embedding vectors to classify [optional]
paths [str], none_type The assets to classify [optional]

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