EvaluatorVersion interface
Evaluator Definition
Properties
| categories | The categories of the evaluator |
| created_at | Creation date/time of the evaluator |
| created_by | Creator of the evaluator |
| definition | Definition of the evaluator |
| description | The asset description text. |
| display_name | Display Name for evaluator. It helps to find the evaluator easily in AI Foundry. It does not need to be unique. |
| evaluator_type | The type of the evaluator |
| id | Asset ID, a unique identifier for the asset |
| metadata | Metadata about the evaluator |
| modified_at | Last modified date/time of the evaluator |
| name | The name of the resource |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
| version | The version of the resource |
Property Details
categories
created_at
Creation date/time of the evaluator
created_at?: number
Property Value
number
created_by
Creator of the evaluator
created_by?: string
Property Value
string
definition
Definition of the evaluator
definition: EvaluatorDefinitionUnion
Property Value
description
The asset description text.
description?: string
Property Value
string
display_name
Display Name for evaluator. It helps to find the evaluator easily in AI Foundry. It does not need to be unique.
display_name?: string
Property Value
string
evaluator_type
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
metadata
Metadata about the evaluator
metadata?: Record<string, string>
Property Value
Record<string, string>
modified_at
Last modified date/time of the evaluator
modified_at?: number
Property Value
number
name
The name of the resource
name: string
Property Value
string
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
version
The version of the resource
version?: string
Property Value
string