你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EvaluatorVersion interface

评估器定义

属性

categories

评估者的类别

created_at

评估器的创建日期/时间

created_by

评估器的创建者

definition

评估者的定义

description

资产说明文本。

display_name

评估器的显示名称。 在AI Foundry中,很容易找到评估者。 它不需要是唯一的。

evaluator_type

评估器的类型

id

资产 ID,资产的唯一标识符

metadata

有关评估者的元数据

modified_at

评估员的最后修改日期/时间

name

资源的名称

tags

标记字典。 可以添加、删除和更新标记。

version

资源的版本

属性详细信息

categories

评估者的类别

categories: EvaluatorCategory[]

属性值

created_at

评估器的创建日期/时间

created_at?: string

属性值

string

created_by

评估器的创建者

created_by?: string

属性值

string

definition

评估者的定义

definition: EvaluatorDefinitionUnion

属性值

description

资产说明文本。

description?: string

属性值

string

display_name

评估器的显示名称。 在AI Foundry中,很容易找到评估者。 它不需要是唯一的。

display_name?: string

属性值

string

evaluator_type

评估器的类型

evaluator_type: EvaluatorType

属性值

id

资产 ID,资产的唯一标识符

id?: string

属性值

string

metadata

有关评估者的元数据

metadata?: Record<string, string>

属性值

Record<string, string>

modified_at

评估员的最后修改日期/时间

modified_at?: string

属性值

string

name

资源的名称

name: string

属性值

string

tags

标记字典。 可以添加、删除和更新标记。

tags?: Record<string, string>

属性值

Record<string, string>

version

资源的版本

version?: string

属性值

string