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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python