Class TrafficSplitManual (2.0.0)

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

Manual traffic distribution configuration, where the user specifies the Runtime Revision IDs and the percentage of traffic to send to each.

Attribute

Name Description
targets MutableSequence[google.cloud.aiplatform_v1beta1.types.ReasoningEngine.TrafficConfig.TrafficSplitManual.Target]
A list of traffic targets for the Runtimes Revisions. The sum of percentages must equal to 100.

Classes

Target

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

A single target for the traffic split, specifying a Runtime Revision and the percentage of traffic to send to it.

Methods

TrafficSplitManual

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

Manual traffic distribution configuration, where the user specifies the Runtime Revision IDs and the percentage of traffic to send to each.