jobTimeoutMs property
Job timeout in milliseconds relative to the job creation time.
If this time limit is exceeded, BigQuery attempts to stop the job, but might not always succeed in canceling it before the job completes. For example, a job that takes more than 60 seconds to complete has a better chance of being stopped than a job that takes 10 seconds to complete.
Optional.
Implementation
core.String? jobTimeoutMs;