TrafficWeight Class
Traffic weight assigned to a revision.
Constructor
TrafficWeight()
Variables
| Name | Description |
|---|---|
|
revision_name
|
Name of a revision. |
|
weight
|
Traffic weight assigned to a revision. |
|
latest_revision
|
Indicates that the traffic weight belongs to a latest stable revision. |
|
label
|
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