TrailingInputData Class

Trailing input data for monitoring.

Constructor

TrailingInputData(*, data_context: MonitorDatasetContext | None = None, target_columns: Dict | None = None, job_type: str | None = None, uri: str | None = None, window_size: str | None = None, window_offset: str | None = None, pre_processing_component_id: 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
window_size

The trailing lookback window size. Defaults to None.

Default value: None
window_offset

The trailing lookback window offset. Defaults to None.

Default value: None
pre_processing_component_id

The ARM resource ID of the preprocessing component. Defaults to None.

Default value: None

Variables

Name Description
type
<xref:MonitorInputDataType>

Specifies the type of monitoring input data. Set automatically to "Trailing" for this class.