StaticInputData Class
- Inheritance
-
azure.ai.ml.entities._monitoring.input_data.MonitorInputDataStaticInputData
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
Required
|
|
target_columns
Required
|
|
job_type
Required
|
|
uri
Required
|
|
pre_processing_component_id
Required
|
|
window_start
Required
|
|
window_end
Required
|
|
Variables
Name | Description |
---|---|
type
|
Specifies the type of monitoring input data. Set automatically to "Static" for this class. |
type
|
MonitorInputDataType |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python