mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
855 B
855 B
openapi.model.AllJobStatusResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| thumbnailGenerationQueueCount | JobCounts | ||
| metadataExtractionQueueCount | JobCounts | ||
| videoConversionQueueCount | JobCounts | ||
| machineLearningQueueCount | JobCounts | ||
| isThumbnailGenerationActive | bool | ||
| isMetadataExtractionActive | bool | ||
| isVideoConversionActive | bool | ||
| isMachineLearningActive | bool |