TrafficWeight Class

Traffic weight assigned to a revision.

Constructor

TrafficWeight()

Variables

Name Description
revision_name
str

Name of a revision.

weight
int

Traffic weight assigned to a revision.

latest_revision

Indicates that the traffic weight belongs to a latest stable revision.

label
str

Associates a traffic label with a revision.

Attributes

label

Associates a traffic label with a revision.

label: str

latestRevision

Indicates that the traffic weight belongs to a latest stable revision.

latestRevision: bool

revisionName

Name of a revision.

revisionName: str

weight

Traffic weight assigned to a revision.

weight: int