Class RolloutState (1.12.0)

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

State of the auto-rollout process.

Attributes

NameDescription
step str
Display name of the current auto rollout step.
step_index int
Index of the current step in the auto rollout steps list.
start_time google.protobuf.timestamp_pb2.Timestamp
Start time of the current step.

Inheritance

builtins.object > proto.message.Message > RolloutState