github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/ExecutionState.md (about) 1 # ExecutionState 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **compute_reference** | **str** | Compute node reference for this shard execution | [optional] 7 **create_time** | **str** | CreateTime is the time when the job was created. | [optional] 8 **job_id** | **str** | JobID the job id | [optional] 9 **node_id** | **str** | which node is running this execution | [optional] 10 **published_results** | [**StorageSpec**](StorageSpec.md) | | [optional] 11 **run_output** | [**ExecutionStateRunOutput**](ExecutionStateRunOutput.md) | | [optional] 12 **shard_index** | **int** | what shard is this we are running | [optional] 13 **state** | [**ExecutionStateState**](ExecutionStateState.md) | | [optional] 14 **status** | **str** | an arbitrary status message | [optional] 15 **update_time** | **str** | UpdateTime is the time when the job state was last updated. | [optional] 16 **verification_proposal** | **list[int]** | the proposed results for this execution this will be resolved by the verifier somehow | [optional] 17 **verification_result** | [**VerificationResult**](VerificationResult.md) | | [optional] 18 **version** | **int** | Version is the version of the job state. It is incremented every time the job state is updated. | [optional] 19 20 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 21 22