FixedInputData Class
- Inheritance
-
azure.ai.ml.entities._monitoring.input_data.MonitorInputDataFixedInputData
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
Required
|
|
target_columns
Required
|
|
job_type
Required
|
|
uri
Required
|
|
Variables
Name | Description |
---|---|
type
|
Specifies the type of monitoring input data. Set automatically to "Fixed" for this class. |
type
|
MonitorInputDataType |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python