DataCollectorCollections Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataCollectorCollectionsTypeConverter))]
public class DataCollectorCollections : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataCollectorCollections, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICollection>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataCollectorCollectionsTypeConverter))>]
type DataCollectorCollections = class
interface IDataCollectorCollections
interface IJsonSerializable
interface IAssociativeArray<ICollection>
Public Class DataCollectorCollections
Implements IAssociativeArray(Of ICollection), IDataCollectorCollections
- Inheritance
-
DataCollectorCollections
- Attributes
- Implements
Constructors
DataCollectorCollections() |
Creates an new DataCollectorCollections instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, ICollection) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataCollectorCollections. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataCollectorCollections. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataCollectorCollections. |
FromJsonString(String) |
Creates a new instance of DataCollectorCollections, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataCollectorCollections into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, ICollection) |
Operators
Implicit(DataCollectorCollections to Dictionary<String,ICollection>) |
Explicit Interface Implementations
IAssociativeArray<ICollection>.AdditionalProperties | |
IAssociativeArray<ICollection>.Count | |
IAssociativeArray<ICollection>.Keys | |
IAssociativeArray<ICollection>.Values |