Class RolloutStep (1.3.2)

RolloutStep(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single rollout step with specified traffic allocation. .. attribute:: display_name

The name of the rollout step;

:type: str

Attributes

NameDescription
traffic_percent int
The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
min_duration google.protobuf.duration_pb2.Duration
The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.