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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python