Sdílet prostřednictvím


DataCollector(IDictionary<String,DataCollectionConfiguration>) Constructor

Definition

Initializes a new instance of DataCollector.

public DataCollector (System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.DataCollectionConfiguration> collections);
new Azure.ResourceManager.MachineLearning.Models.DataCollector : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.DataCollectionConfiguration> -> Azure.ResourceManager.MachineLearning.Models.DataCollector
Public Sub New (collections As IDictionary(Of String, DataCollectionConfiguration))

Parameters

collections
IDictionary<String,DataCollectionConfiguration>

[Required] The collection configuration. Each collection has it own configuration to collect model data and the name of collection can be arbitrary string. Model data collector can be used for either payload logging or custom logging or both of them. Collection request and response are reserved for payload logging, others are for custom logging.

Exceptions

collections is null.

Applies to