You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The percentage of production traffic to shift to the new service revision during the
2339
-
* canary phase. Valid values are 0.1 to 100.0. The default value is 5.0.</p>
2338
+
* <p>The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.</p>
* <p>The percentage of production traffic to shift in each step during a linear deployment.
2493
-
* Valid values are 3.0 to 100.0. The default value is 10.0.</p>
2491
+
* <p>The percentage of production traffic to shift in each step during a linear deployment. Valid
2492
+
* values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.</p>
2494
2493
* @public
2495
2494
*/
2496
2495
stepPercent?: number | undefined;
2497
2496
2498
2497
/**
2499
-
* <p>The amount of time in minutes to wait between each traffic shifting step during a
2500
-
* linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is
2501
-
* 6. This bake time is not applied after reaching 100% traffic.</p>
2498
+
* <p>The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.</p>
0 commit comments