MonitorInputData Class
Monitor input data.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinMonitorInputData
Constructor
MonitorInputData(*, type: MonitorInputDataType | None = None, data_context: MonitorDatasetContext | None = None, target_columns: Dict | None = None, job_type: str | None = None, uri: str | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
<xref:MonitorInputDataType>
Specifies the type of monitoring input data. |
input_dataset
|
Input data used by the monitor |
dataset_context
|
The context of the input dataset. Accepted values are "model_inputs", "model_outputs", "training", "test", "validation", and "ground_truth". |
target_column_name
|
The target column in the given input dataset. |
pre_processing_component
|
The ARM (Azure Resource Manager) resource ID of the component resource used to preprocess the data. |
data_context
Required
|
|
target_columns
Required
|
|
job_type
Required
|
|
uri
Required
|
|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python