# AgilegravityagileAiTrainerserverClient.MlModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account** | **String** | Refers to Account | [optional] 
**project** | **String** | Refers to Project | [optional] 
**version** | **String** | Refers to Version | [optional] 
**active** | **Boolean** |  | [optional] [default to true]
**dictionary** | [**Dictionary**](Dictionary.md) |  | [optional] 
**customData** | **Object** |  | [optional] 
**logicEngine** | **String** |  | [default to &#x27;agileNeuroDescider&#x27;]
**refId** | **String** |  | [optional] 
**modelStringyfiedJSON** | **String** |  | [optional] 
**modelDownloadUrls** | [**[ItemOfModelDownloadUrls]**](ItemOfModelDownloadUrls.md) |  | [optional] 
**id** | **String** |  | [optional] 
**createdAt** | **Date** |  | [optional] 
**updatedAt** | **Date** |  | [optional] 

<a name="LogicEngineEnum"></a>
## Enum: LogicEngineEnum

* `agileNeuroDescider` (value: `"agileNeuroDescider"`)
* `agileFastWeights` (value: `"agileFastWeights"`)
* `agileMatrix` (value: `"agileMatrix"`)
* `agileIntentNLP` (value: `"agileIntentNLP"`)
* `agileSearchIndex` (value: `"agileSearchIndex"`)

