File tree 2 files changed +4
-0
lines changed
google/cloud/aiplatform/preview
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ def create_schedule(
98
98
max_run_count (int):
99
99
Optional. Maximum run count of the schedule.
100
100
If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached.
101
+ Must be positive and <= 2^63-1.
101
102
max_concurrent_run_count (int):
102
103
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
103
104
service_account (str):
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ def create(
145
145
max_run_count (int):
146
146
Optional. Maximum run count of the schedule.
147
147
If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached.
148
+ Must be positive and <= 2^63-1.
148
149
max_concurrent_run_count (int):
149
150
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
150
151
service_account (str):
@@ -204,6 +205,7 @@ def _create(
204
205
max_run_count (int):
205
206
Optional. Maximum run count of the schedule.
206
207
If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached.
208
+ Must be positive and <= 2^63-1.
207
209
max_concurrent_run_count (int):
208
210
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
209
211
service_account (str):
@@ -402,6 +404,7 @@ def update(
402
404
max_run_count (int):
403
405
Optional. Maximum run count of the schedule.
404
406
If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached.
407
+ Must be positive and <= 2^63-1.
405
408
max_concurrent_run_count (int):
406
409
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
407
410
You can’t perform that action at this time.
0 commit comments