Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.02 KB

AIDatasetWithPreview.md

File metadata and controls

19 lines (14 loc) · 1.02 KB

AIDatasetWithPreview

Properties

Name Type Description Notes
id UUID
trainingModel AIModel [optional]
lastFinishedModel AIModel [optional]
lastChange Date [readonly]
imageCount Int [readonly]
sampleAnnotations [AIAnnotation] categories = AICategory.objects.filter(dataset=obj).prefetch_related('annotations').annotate(first_annotation_id=Min('annotations__id'))[:10] sample_annotations = AIAnnotation.objects.filter(id__in=[x.first_annotation_id for x in categories]) return AIAnnotationSerializer(sample_annotations, many=True).data [readonly]
name String
type String [optional]
connection Int

[Back to Model list] [Back to API list] [Back to README]