Selector Class

Model that represents a selector in the Experiment resource.

All required parameters must be populated in order to send to Azure.

Inheritance
Selector

Constructor

Selector(*, type: Union[str, _models.SelectorType], id: str, targets: List[_models.TargetReference], **kwargs)

Variables

type
str or SelectorType

Required. Enum of the selector type. Known values are: "Percent", "Random", "Tag", "List".

id
str

Required. String of the selector ID.

targets
list[TargetReference]

Required. List of Target references.