ProductionData Class
Production Data
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinProductionData
Constructor
ProductionData(*, input_data: Input, data_context: MonitorDatasetContext | None = None, pre_processing_component: str | None = None, data_window: BaselineDataRange | None = None, data_column_names: Dict[str, str] | None = None)
Parameters
Name | Description |
---|---|
input_data
Required
|
The data for which drift will be calculated |
data_context
Required
|
The context of the input dataset. Possible values include: model_inputs, model_outputs, training, test, validation, ground_truth |
pre_processing_component
Required
|
ARM resource ID of the component resource used to preprocess the data. |
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
Required
|
|
data_context
Required
|
|
pre_processing_component
Required
|
|
data_window
Required
|
|
data_column_names
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python