你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDataCollector.RollingRate Property
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.
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.Runtime.Info(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(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType) }, ReadOnly=false, Required=false, SerializedName="rollingRate")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType? RollingRate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(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(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType) }, ReadOnly=false, Required=false, SerializedName="rollingRate")>]
member this.RollingRate : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType> with get, set
Public Property RollingRate As Nullable(Of RollingRateType)
Property Value
- Attributes