mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(web,server)!: configure machine learning via the UI (#3768)
This commit is contained in:
parent
2cccef174a
commit
8211afb726
52 changed files with 831 additions and 649 deletions
19
mobile/openapi/doc/SystemConfigMachineLearningDto.md
generated
Normal file
19
mobile/openapi/doc/SystemConfigMachineLearningDto.md
generated
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# openapi.model.SystemConfigMachineLearningDto
|
||||
|
||||
## Load the model package
|
||||
```dart
|
||||
import 'package:openapi/api.dart';
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**clipEncodeEnabled** | **bool** | |
|
||||
**enabled** | **bool** | |
|
||||
**facialRecognitionEnabled** | **bool** | |
|
||||
**tagImageEnabled** | **bool** | |
|
||||
**url** | **String** | |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue