mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 09:13:14 +03:00
feat(web,server)!: configure machine learning via the UI (#3768)
This commit is contained in:
19
mobile/openapi/test/server_features_dto_test.dart
generated
19
mobile/openapi/test/server_features_dto_test.dart
generated
@@ -16,8 +16,13 @@ void main() {
|
||||
// final instance = ServerFeaturesDto();
|
||||
|
||||
group('test ServerFeaturesDto', () {
|
||||
// bool machineLearning
|
||||
test('to test the property `machineLearning`', () async {
|
||||
// bool clipEncode
|
||||
test('to test the property `clipEncode`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool facialRecognition
|
||||
test('to test the property `facialRecognition`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
@@ -41,6 +46,16 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool sidecar
|
||||
test('to test the property `sidecar`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool tagImage
|
||||
test('to test the property `tagImage`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user