Skip to content

Commit 6ddecf9

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: Set Update Model Deployment Monitoring Job's lro timeout to infinity
PiperOrigin-RevId: 571107751
1 parent e58689b commit 6ddecf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/jobs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2990,7 +2990,7 @@ def update(
29902990
update_mask=field_mask_pb2.FieldMask(paths=update_mask),
29912991
timeout=update_request_timeout,
29922992
)
2993-
self._gca_resource = lro.result()
2993+
self._gca_resource = lro.result(timeout=None)
29942994
return self
29952995

29962996
def pause(self) -> "ModelDeploymentMonitoringJob":

0 commit comments

Comments
 (0)