View the Project on GitHub elements-storage/elements-sdk-python
Name | Type | Description | Notes |
---|---|---|---|
id | str | ||
last_change | datetime | [readonly] | |
image_count | int | [readonly] | |
sample_annotations | [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 | str | ||
type | str | ||
connection | int | ||
training_model | AIModel | [optional] | |
last_finished_model | AIModel | [optional] |