TaxonomySubCategory(String, String, Boolean) Constructor
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.
Initializes a new instance of TaxonomySubCategory.
public TaxonomySubCategory(string id, string name, bool isEnabled);
new Azure.AI.Projects.Evaluation.TaxonomySubCategory : string * string * bool -> Azure.AI.Projects.Evaluation.TaxonomySubCategory
Public Sub New (id As String, name As String, isEnabled As Boolean)
Parameters
- id
- String
Unique identifier of the taxonomy sub-category.
- name
- String
Name of the taxonomy sub-category.
- isEnabled
- Boolean
List of taxonomy items under this sub-category.
Exceptions
id or name is null.