FADProductionData Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Feature Attribution Production Data
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinFADProductionData
Constructor
FADProductionData(*, input_data: Input, data_context: MonitorDatasetContext | None = None, data_column_names: Dict[str, str] | None = None, pre_processing_component: str | None = None, data_window: BaselineDataRange | None = None)
Parameters
Name | Description |
---|---|
data_window
Required
|
The number of days or a time frame that a singal monitor looks back over the target. |
Keyword-Only Parameters
Name | Description |
---|---|
input_data
|
Input data used by the monitor. |
data_context
|
<xref:azure.ai.ml.constants._monitoring>
The context of the input dataset. Accepted values are "model_inputs", "model_outputs", "training", "test", "validation", and "ground_truth". |
data_column_names
|
The names of the columns in the input data. |
pre_processing_component
|
The ARM (Azure Resource Manager) resource ID of the component resource used to preprocess the data. |
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