mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
23 lines
855 B
Markdown
23 lines
855 B
Markdown
# openapi.model.AllJobStatusResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**thumbnailGenerationQueueCount** | [**JobCounts**](JobCounts.md) | |
|
|
**metadataExtractionQueueCount** | [**JobCounts**](JobCounts.md) | |
|
|
**videoConversionQueueCount** | [**JobCounts**](JobCounts.md) | |
|
|
**machineLearningQueueCount** | [**JobCounts**](JobCounts.md) | |
|
|
**isThumbnailGenerationActive** | **bool** | |
|
|
**isMetadataExtractionActive** | **bool** | |
|
|
**isVideoConversionActive** | **bool** | |
|
|
**isMachineLearningActive** | **bool** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|