IOnlineDeployment.DataCollectorRollingRate Property

Definition

When model data is collected to blob storage, we need to roll the data to different path to avoid logging all of them in a single blob file. If the rolling rate is hour, all data will be collected in the blob path /yyyy/MM/dd/HH/. If it's day, all data will be collected in blob path /yyyy/MM/dd/. The other benefit of rolling path is that model monitoring ui is able to select a time range of data very quickly.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Year", "Month", "Day", "Hour", "Minute" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="When model data is collected to blob storage, we need to roll the data to different path to avoid logging all of them in a single blob file.\r\n        If the rolling rate is hour, all data will be collected in the blob path /yyyy/MM/dd/HH/.\r\n        If it's day, all data will be collected in blob path /yyyy/MM/dd/.\r\n        The other benefit of rolling path is that model monitoring ui is able to select a time range of data very quickly.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rollingRate", Update=true)]
public string DataCollectorRollingRate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Year", "Month", "Day", "Hour", "Minute" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="When model data is collected to blob storage, we need to roll the data to different path to avoid logging all of them in a single blob file.\r\n        If the rolling rate is hour, all data will be collected in the blob path /yyyy/MM/dd/HH/.\r\n        If it's day, all data will be collected in blob path /yyyy/MM/dd/.\r\n        The other benefit of rolling path is that model monitoring ui is able to select a time range of data very quickly.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rollingRate", Update=true)>]
member this.DataCollectorRollingRate : string with get, set
Public Property DataCollectorRollingRate As String

Property Value

Attributes

Applies to