IImageObjectDetectionBase.ModelSettingValidationMetricType Property

Definition

Metric computation method to use for validation metrics.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "Coco", "Voc", "CocoVoc" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Metric computation method to use for validation metrics.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationMetricType", Update=true)]
public string ModelSettingValidationMetricType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "Coco", "Voc", "CocoVoc" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Metric computation method to use for validation metrics.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationMetricType", Update=true)>]
member this.ModelSettingValidationMetricType : string with get, set
Public Property ModelSettingValidationMetricType As String

Property Value

Attributes

Applies to