EvaluationTaxonomy interface
Evaluation Taxonomy Definition
Properties
| description | The asset description text. |
| id | Asset ID, a unique identifier for the asset |
| name | The name of the resource |
| properties | Additional properties for the evaluation taxonomy. |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
| taxonomy |
List of taxonomy categories. |
| taxonomy |
Input configuration for the evaluation taxonomy. |
| version | The version of the resource |
Property Details
description
The asset description text.
description?: string
Property Value
string
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
name
The name of the resource
name: string
Property Value
string
properties
Additional properties for the evaluation taxonomy.
properties?: Record<string, string>
Property Value
Record<string, string>
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
taxonomyCategories
List of taxonomy categories.
taxonomyCategories?: TaxonomyCategory[]
Property Value
taxonomyInput
Input configuration for the evaluation taxonomy.
taxonomyInput: EvaluationTaxonomyInputUnion
Property Value
version
The version of the resource
version: string
Property Value
string