FixedInputData Class

Fixed input data for monitoring.

Constructor

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

Variables

Name Description
type
<xref:MonitorInputDataType>

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