Share via


IImageModelSettingsObjectDetection.ValidationMetricType Property

Definition

Metric computation method to use for validation metrics.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Metric computation method to use for validation metrics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValidationMetricType) }, ReadOnly=false, Required=false, SerializedName="validationMetricType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValidationMetricType? ValidationMetricType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Metric computation method to use for validation metrics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValidationMetricType) }, ReadOnly=false, Required=false, SerializedName="validationMetricType")>]
member this.ValidationMetricType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValidationMetricType> with get, set
Public Property ValidationMetricType As Nullable(Of ValidationMetricType)

Property Value

Attributes

Applies to