github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/JobState.md (about) 1 # JobState 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **create_time** | **str** | CreateTime is the time when the job was created. | [optional] 7 **job_id** | **str** | JobID is the unique identifier for the job | [optional] 8 **shards** | [**dict(str, ShardState)**](ShardState.md) | Shards is a map of shard index to shard state. The number of shards are fixed at the time of job creation. | [optional] 9 **state** | [**JobStateState**](JobStateState.md) | | [optional] 10 **timeout_at** | **str** | TimeoutAt is the time when the job will be timed out if it is not completed. | [optional] 11 **update_time** | **str** | UpdateTime is the time when the job state was last updated. | [optional] 12 **version** | **int** | Version is the version of the job state. It is incremented every time the job state is updated. | [optional] 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16