EvaluationTaxonomy Class
- java.
lang. Object - com.
azure. ai. projects. models. EvaluationTaxonomy
- com.
Implements
public final class EvaluationTaxonomy
implements JsonSerializable<EvaluationTaxonomy>
Evaluation Taxonomy Definition.
Constructor Summary
| Constructor | Description |
|---|---|
| EvaluationTaxonomy(EvaluationTaxonomyInput taxonomyInput) |
Creates an instance of Evaluation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Evaluation |
fromJson(JsonReader jsonReader)
Reads an instance of Evaluation |
| String |
getDescription()
Get the description property: The asset description text. |
| String |
getId()
Get the id property: Asset ID, a unique identifier for the asset. |
| String |
getName()
Get the name property: The name of the resource. |
| Map<String,String> |
getProperties()
Get the properties property: Additional properties for the evaluation taxonomy. |
| Map<String,String> |
getTags()
Get the tags property: Tag dictionary. |
|
List<Taxonomy |
getTaxonomyCategories()
Get the taxonomy |
|
Evaluation |
getTaxonomyInput()
Get the taxonomy |
| String |
getVersion()
Get the version property: The version of the resource. |
|
Evaluation |
setDescription(String description)
Set the description property: The asset description text. |
|
Evaluation |
setProperties(Map<String,String> properties)
Set the properties property: Additional properties for the evaluation taxonomy. |
|
Evaluation |
setTags(Map<String,String> tags)
Set the tags property: Tag dictionary. |
|
Evaluation |
setTaxonomyCategories(List<TaxonomyCategory> taxonomyCategories)
Set the taxonomy |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
EvaluationTaxonomy
public EvaluationTaxonomy(EvaluationTaxonomyInput taxonomyInput)
Creates an instance of EvaluationTaxonomy class.
Parameters:
Method Details
fromJson
public static EvaluationTaxonomy fromJson(JsonReader jsonReader)
Reads an instance of EvaluationTaxonomy from the JsonReader.
Parameters:
Returns:
Throws:
getDescription
public String getDescription()
Get the description property: The asset description text.
Returns:
getId
public String getId()
Get the id property: Asset ID, a unique identifier for the asset.
Returns:
getName
public String getName()
Get the name property: The name of the resource.
Returns:
getProperties
public Map<String,String> getProperties()
Get the properties property: Additional properties for the evaluation taxonomy.
Returns:
getTags
public Map<String,String> getTags()
Get the tags property: Tag dictionary. Tags can be added, removed, and updated.
Returns:
getTaxonomyCategories
public List<TaxonomyCategory> getTaxonomyCategories()
Get the taxonomyCategories property: List of taxonomy categories.
Returns:
getTaxonomyInput
public EvaluationTaxonomyInput getTaxonomyInput()
Get the taxonomyInput property: Input configuration for the evaluation taxonomy.
Returns:
getVersion
public String getVersion()
Get the version property: The version of the resource.
Returns:
setDescription
public EvaluationTaxonomy setDescription(String description)
Set the description property: The asset description text.
Parameters:
Returns:
setProperties
public EvaluationTaxonomy setProperties(Map<String,String> properties)
Set the properties property: Additional properties for the evaluation taxonomy.
Parameters:
Returns:
setTags
public EvaluationTaxonomy setTags(Map<String,String> tags)
Set the tags property: Tag dictionary. Tags can be added, removed, and updated.
Parameters:
Returns:
setTaxonomyCategories
public EvaluationTaxonomy setTaxonomyCategories(List<TaxonomyCategory> taxonomyCategories)
Set the taxonomyCategories property: List of taxonomy categories.
Parameters:
Returns: