DataCollector Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Data Capture deployment entity.
- Inheritance
-
builtins.objectDataCollector
Constructor
DataCollector(collections: Dict[str, DeploymentCollection], *, rolling_rate: str | None = None, sampling_rate: float | None = None, request_logging: RequestLogging | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
collections
Required
|
Mapping dictionary of strings mapped to DeploymentCollection entities. |
rolling_rate
Required
|
The rolling rate of mdc files, possible values: ["minute", "hour", "day"]. |
sampling_rate
Required
|
The sampling rate of mdc files, possible values: [0.0, 1.0]. |
request_logging
Required
|
Logging of request payload parameters. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python