Share via


ImageModelSettings.CheckpointFrequency Property

Definition

Frequency to store model checkpoints. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Owned)]
public int? CheckpointFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Owned)>]
member this.CheckpointFrequency : Nullable<int> with get, set
Public Property CheckpointFrequency As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to