IImageObjectDetectionBase.ModelSettingValidationMetricType 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.
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