mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07: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 |