StaticInputData Class
Static input data for monitoring.
Constructor
StaticInputData(*, data_context: MonitorDatasetContext | None = None, target_columns: Dict | None = None, job_type: str | None = None, uri: str | None = None, pre_processing_component_id: str | None = None, window_start: str | None = None, window_end: str | None = None)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
data_context
|
The context of the input dataset. Defaults to None. Default value: None
|
|
target_columns
|
The target columns in the given input dataset. Defaults to None. Default value: None
|
|
job_type
|
The job type of the input data. Defaults to None. Default value: None
|
|
uri
|
The URI of the input data. Defaults to None. Default value: None
|
|
pre_processing_component_id
|
The ARM resource ID of the preprocessing component. Defaults to None. Default value: None
|
|
window_start
|
The start of the static data window (YYYY-MM-DD). Defaults to None. Default value: None
|
|
window_end
|
The end of the static data window (YYYY-MM-DD). Defaults to None. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
<xref:MonitorInputDataType>
Specifies the type of monitoring input data. Set automatically to "Static" for this class. |