ReferenceData Classe
Notes
Il s’agit d’une classe expérimentale qui peut changer à tout moment. Pour plus d’informations, consultez https://aka.ms/azuremlexperimental.
Données de référence :p aram input_data : données pour lesquelles la dérive sera calculée :type Input : ~azure.ai.ml.entities._input_outputs :p aram data_context : The data to calculate drift against :type MonitorDatasetContext : ~azure.ai.ml.constants._monitoring :p aram pre_processing_component : :type pre_processing_component : string :p aram target_column_name : :type target_column_name : string :p aram data_window : :type data_window_size : BaselineDataRange
- Héritage
-
azure.ai.ml.entities._mixins.RestTranslatableMixinReferenceData
Constructeur
ReferenceData(*, input_data: Input, data_context: MonitorDatasetContext = None, pre_processing_component: str | None = None, target_column_name: str | None = None, data_window: BaselineDataRange | None = None)
Azure SDK for Python