ICollection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CollectionTypeConverter))]
public interface ICollection : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CollectionTypeConverter))>]
type ICollection = interface
    interface IJsonSerializable
Public Interface ICollection
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ClientId

The msi client id used to collect logging to blob storage. If it's null,backend will pick a registered endpoint identity to auth.

DataCollectionMode

Enable or disable data collection.

DataId

The data asset arm resource id. Client side will ensure data asset is pointing to the blob storage, and backend will collect data to the blob storage.

SamplingRate

The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to