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
|
Optional[<xref:azure.ai.ml.constants.MonitorInputDataType>]
Specifies the type of monitoring input data. Default value: None
|
|
data_context
|
The context of the input dataset. Accepted values are "model_inputs", "model_outputs", "training", "test", "validation", and "ground_truth". Default value: None
|
|
target_columns
|
The target columns in the given input dataset. Default value: None
|
|
job_type
|
The job type of the input data. Default value: None
|
|
uri
|
The URI of the input data. Default value: None
|