Skip to content

Commit 750e161

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Update scheduled pipelines client max_run_count docstring with allowed values.
PiperOrigin-RevId: 542617816
1 parent 5bcf602 commit 750e161

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

google/cloud/aiplatform/preview/pipelinejob/pipeline_jobs.py

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def create_schedule(
9898
max_run_count (int):
9999
Optional. Maximum run count of the schedule.
100100
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.
101102
max_concurrent_run_count (int):
102103
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
103104
service_account (str):

google/cloud/aiplatform/preview/pipelinejobschedule/pipeline_job_schedules.py

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def create(
145145
max_run_count (int):
146146
Optional. Maximum run count of the schedule.
147147
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.
148149
max_concurrent_run_count (int):
149150
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
150151
service_account (str):
@@ -204,6 +205,7 @@ def _create(
204205
max_run_count (int):
205206
Optional. Maximum run count of the schedule.
206207
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.
207209
max_concurrent_run_count (int):
208210
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
209211
service_account (str):
@@ -402,6 +404,7 @@ def update(
402404
max_run_count (int):
403405
Optional. Maximum run count of the schedule.
404406
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.
405408
max_concurrent_run_count (int):
406409
Optional. Maximum number of runs that can be started concurrently for this PipelineJobSchedule.
407410

0 commit comments

Comments
 (0)