MonitorInputData Class  
Monitor input data.
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. Default value: None 
			 | 
| 
		 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 
	 | 
	
		 Default value: None 
			 | 
| 
		 target_columns 
	 | 
	
		 Default value: None 
			 | 
| 
		 job_type 
	 | 
	
		 Default value: None 
			 | 
| 
		 uri 
	 | 
	
		 Default value: None 
			 |