TaxonomySubCategory(String, String, Boolean) Constructor

Definition

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.

Applies to