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.object
DataCollector

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
str

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.