mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
4cfac47674
* refactor(server): job repository * refactor: job repository * chore: generate open-api * fix: job panel * Remove incorrect subtitle Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
20 lines
695 B
Markdown
Generated
20 lines
695 B
Markdown
Generated
# openapi.model.AllJobStatusResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**thumbnailGeneration** | [**JobCounts**](JobCounts.md) | |
|
|
**metadataExtraction** | [**JobCounts**](JobCounts.md) | |
|
|
**videoConversion** | [**JobCounts**](JobCounts.md) | |
|
|
**machineLearning** | [**JobCounts**](JobCounts.md) | |
|
|
**storageTemplateMigration** | [**JobCounts**](JobCounts.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|