DataSegment Class
Data segment for monitoring.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinDataSegment
Constructor
DataSegment(*, feature_name: str | None = None, feature_values: List[str] | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
feature_name
|
The feature to segment the data on. |
feature_values
|
A list of values for the given segmented feature to filter. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python