LabelingJobProperties.LabelCategories 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.
Label categories of the job.
public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.LabelCategory> LabelCategories { get; set; }
member this.LabelCategories : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.LabelCategory> with get, set
Public Property LabelCategories As IDictionary(Of String, LabelCategory)