2023-08-25 00:15:03 -04:00
# openapi.model.SystemConfigMachineLearningDto
2023-03-02 21:47:08 -05:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-29 09:58:00 -04:00
**clip** | [**CLIPConfig** ](CLIPConfig.md ) | |
2023-03-02 21:47:08 -05:00
**enabled** | **bool** | |
2023-08-29 09:58:00 -04:00
**facialRecognition** | [**RecognitionConfig** ](RecognitionConfig.md ) | |
2023-08-25 00:15:03 -04:00
**url** | **String** | |
2023-03-02 21:47:08 -05: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)