2023-08-25 06:15:03 +02:00
# openapi.model.SystemConfigMachineLearningDto
2023-03-03 04:47:08 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-29 15:58:00 +02:00
**classification** | [**ClassificationConfig** ](ClassificationConfig.md ) | |
**clip** | [**CLIPConfig** ](CLIPConfig.md ) | |
2023-03-03 04:47:08 +02:00
**enabled** | **bool** | |
2023-08-29 15:58:00 +02:00
**facialRecognition** | [**RecognitionConfig** ](RecognitionConfig.md ) | |
2023-08-25 06:15:03 +02:00
**url** | **String** | |
2023-03-03 04:47:08 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)