github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/ComputeNodeInfo.md (about) 1 # ComputeNodeInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **available_capacity** | [**ResourceUsageData**](ResourceUsageData.md) | | [optional] 7 **enqueued_executions** | **int** | | [optional] 8 **execution_engines** | [**list[Engine]**](Engine.md) | | [optional] 9 **max_capacity** | [**ResourceUsageData**](ResourceUsageData.md) | | [optional] 10 **max_job_requirements** | [**ResourceUsageData**](ResourceUsageData.md) | | [optional] 11 **running_executions** | **int** | | [optional] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15