github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/JobSpecLanguage.md (about) 1 # JobSpecLanguage 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **command** | **str** | optional program specified on commandline, like python -c \"print(1+1)\" | [optional] 7 **deterministic_execution** | **bool** | must this job be run in a deterministic context? | [optional] 8 **job_context** | [**JobSpecLanguageJobContext**](JobSpecLanguageJobContext.md) | | [optional] 9 **language** | **str** | e.g. python | [optional] 10 **language_version** | **str** | e.g. 3.8 | [optional] 11 **program_path** | **str** | optional program path relative to the context dir. one of Command or ProgramPath must be specified | [optional] 12 **requirements_path** | **str** | optional requirements.txt (or equivalent) path relative to the context dir | [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