FixedInputData Class
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
|
Default value: None
|
target_columns
|
Default value: None
|
job_type
|
Default value: None
|
uri
|
Default value: None
|
Variables
Name | Description |
---|---|
type
|
Specifies the type of monitoring input data. Set automatically to "Fixed" for this class. |
type
|
MonitorInputDataType |