Skip to content

Commit b4c05ae

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix idle_scaledown_period minimum from 3600 to 300 (5 minutes)
PiperOrigin-RevId: 825640207
1 parent fffe0a3 commit b4c05ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/v1beta1/machine_resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ message DedicatedResources {
105105
[(google.api.field_behavior) = OPTIONAL];
106106

107107
// Optional. Duration of no traffic before scaling to zero.
108-
// [MinValue=3600] (5 minutes)
108+
// [MinValue=300] (5 minutes)
109109
// [MaxValue=28800] (8 hours)
110110
google.protobuf.Duration idle_scaledown_period = 2
111111
[(google.api.field_behavior) = OPTIONAL];

0 commit comments

Comments
 (0)