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

ModelInfoResponse interface

应用程序模型信息。

属性

children

子实体的列表。

customPrebuiltDomainName

域名。

customPrebuiltModelName

意向名称或实体名称。

explicitList
id

实体模型的 ID。

name

实体模型的名称。

readableType

可能的值包括:“实体提取程序”、“子实体提取程序”、“分层实体提取程序”、“分层子实体提取程序”、“复合实体提取程序”、“列表实体提取程序”、“预生成实体提取程序”、“意向分类器”、“Pattern.Any 实体提取程序”、“Closed List Entity Extractor”、“Regex 实体提取程序”

regexPattern

正则表达式实体模式。

roles
subLists

子列表的列表。

typeId

实体模型的类型 ID。

属性详细信息

children

子实体的列表。

children?: ChildEntity[]

属性值

customPrebuiltDomainName

域名。

customPrebuiltDomainName?: string

属性值

string

customPrebuiltModelName

意向名称或实体名称。

customPrebuiltModelName?: string

属性值

string

explicitList

explicitList?: ExplicitListItem[]

属性值

id

实体模型的 ID。

id: string

属性值

string

name

实体模型的名称。

name?: string

属性值

string

readableType

可能的值包括:“实体提取程序”、“子实体提取程序”、“分层实体提取程序”、“分层子实体提取程序”、“复合实体提取程序”、“列表实体提取程序”、“预生成实体提取程序”、“意向分类器”、“Pattern.Any 实体提取程序”、“Closed List Entity Extractor”、“Regex 实体提取程序”

readableType: ReadableType2

属性值

regexPattern

正则表达式实体模式。

regexPattern?: string

属性值

string

roles

roles?: EntityRole[]

属性值

subLists

子列表的列表。

subLists?: SubClosedListResponse[]

属性值

typeId

实体模型的类型 ID。

typeId?: number

属性值

number