TrailingInputData Class
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
Required
|
|
target_columns
Required
|
|
job_type
Required
|
|
uri
Required
|
|
window_size
Required
|
|
window_offset
Required
|
|
pre_processing_component_id
Required
|
|
Variables
Name | Description |
---|---|
type
|
Specifies the type of monitoring input data. Set automatically to "Trailing" for this class. |
type
|
MonitorInputDataType |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python