| ApplicationIDsJSON | string | JSON Data for application_id | [optional] |
| ChildPriorityAdjustmentOnComplete | int32 | When this task completes, adjust the priority of child tasks by this value | [optional] |
| CpuResource | int32 | Number of milli-cpus needed to reserve for this engine | [optional] |
| CpuShares | int32 | Relative priority of this engine if resources are restricted. 1024 is default | [optional] |
| DebugPort | int64 | Port as exposed by engine for debugging. 0 means engine has no debugging capabilities. | [optional] |
| DependencyJSON | string | JSON Data for dependency | [optional] |
| DontrunComplete | bool | If true, do not run this engine. Complete as soon as possible and do not assign work. | [optional] |
| EdgeVersion | int32 | edge version of the engine | [optional] |
| EngineCategoryID | string | The UUID of the Engine Category | [optional] |
| EngineID | string | | [optional] |
| EngineName | string | Name of the Engine | [optional] |
| EngineOutputType | EngineTypeEnum | | [optional] |
| EngineState | EngineStateEnum | | [optional] |
| EngineType | EngineTypeEnum | | [optional] |
| FieldsJSON | string | JSON Data for fields | [optional] |
| GetWorkInterval | int64 | | [optional] |
| GpuSupported | string | Type of GPU needed: none, aws_p2, aws_p3 | [optional] |
| IdleTimeout | int32 | | [optional] |
| InternalOrganizationID | string | | [optional] |
| JwtRightsJSON | string | JSON Data for jwt_rights | [optional] |
| MaxProcessingSecondsPerWorkItem | int32 | | [optional] |
| MaxRunning | int64 | | [optional] |
| MaxWaitSecondsForChunk | int32 | | [optional] |
| MemoryResource | int64 | Bytes of memory to reserve for this engine | [optional] |
| MinAvailable | int64 | | [optional] |
| MinRunning | int64 | | [optional] |
| NumChunksPerWorkItem | int32 | | [optional] |
| ParallelProcessing | bool | If true, the engine can handle multiple instances working against the same chunk task. | [optional] |
| ParentCompleteBeforeStart | bool | If true, the engine waits for the parent(s) to be complete before starting | [optional] |
| Preload | bool | If it is `true`, that means the engine need to pull docker image to local | [optional] |
| PriorityAdjustment | int32 | On new tasks with this engine, add this value to the priority of that task | [optional] |
| ReplacementEngineID | string | | [optional] |
| StorageResource | int64 | Bytes of disk storage to reserve for this engine | [optional] |
| TtlPaddingInSeconds | int64 | | [optional] |
| UpdateStatusInterval | int32 | | [optional] |
| ValidationJSON | string | JSON Data for validation | [optional] |