File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -1714,8 +1714,9 @@ def create_job(
1714
1714
or as local file path or URL
1715
1715
:param title: job title
1716
1716
:param description: job description
1717
- :param plan: billing plan
1718
- :param budget: maximum cost the request is allowed to produce
1717
+ :param plan: The billing plan to process and charge the job with
1718
+ :param budget: Maximum budget to be spent on executing the job.
1719
+ Note that some backends do not honor this limit.
1719
1720
:param additional: additional job options to pass to the backend
1720
1721
:param validate: Optional toggle to enable/prevent validation of the process graphs before execution
1721
1722
(overruling the connection's ``auto_validate`` setting).
Original file line number Diff line number Diff line change @@ -2268,8 +2268,9 @@ def create_job(
2268
2268
:param out_format: output file format.
2269
2269
:param title: job title
2270
2270
:param description: job description
2271
- :param plan: billing plan
2272
- :param budget: maximum cost the request is allowed to produce
2271
+ :param plan: The billing plan to process and charge the job with
2272
+ :param budget: Maximum budget to be spent on executing the job.
2273
+ Note that some backends do not honor this limit.
2273
2274
:param job_options: custom job options.
2274
2275
:param validate: Optional toggle to enable/prevent validation of the process graphs before execution
2275
2276
(overruling the connection's ``auto_validate`` setting).
Original file line number Diff line number Diff line change @@ -96,8 +96,9 @@ def create_job(
96
96
97
97
:param title: job title
98
98
:param description: job description
99
- :param plan: billing plan
100
- :param budget: maximum cost the request is allowed to produce
99
+ :param plan: The billing plan to process and charge the job with
100
+ :param budget: Maximum budget to be spent on executing the job.
101
+ Note that some backends do not honor this limit.
101
102
:param job_options: A dictionary containing (custom) job options
102
103
:param format_options: String Parameters for the job result format
103
104
:return: Created job.
Original file line number Diff line number Diff line change @@ -320,8 +320,9 @@ def create_job(
320
320
:param out_format: String Format of the job result.
321
321
:param title: job title
322
322
:param description: job description
323
- :param plan: billing plan
324
- :param budget: maximum cost the request is allowed to produce
323
+ :param plan: The billing plan to process and charge the job with
324
+ :param budget: Maximum budget to be spent on executing the job.
325
+ Note that some backends do not honor this limit.
325
326
:param job_options: A dictionary containing (custom) job options
326
327
:param format_options: String Parameters for the job result format
327
328
:param validate: Optional toggle to enable/prevent validation of the process graphs before execution
You can’t perform that action at this time.
0 commit comments