- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成

Marketplace 用户指南
获取模型信息
The Get Model Info activity uses the Form Recognizer Get Custom Model API to retrieve information about a specified model (Model Id).
After completing the get model operation, the activity outputs the model information in a ModelInfo object (Model Info), the extracted keys in a KeyResult object (Model Keys), and the model train results in a TrainResult object (Train Result).
工作方式
The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.
- 完成设置步骤。
- Add the Azure Form Recognizer Scope activity to your project.
- Add an activity or run an external process that outputs the model identifier (e.g., Train Model).
- Add the Get Model Info activity inside the Azure Form Recognizer Scope activity.
- (可选)为输入属性输入值。
- Create and enter
ModelInfo,KeyResult, andTrainResultvariables for the Output properties. - 运行活动。
-
Your input properties are sent to the Get Custom Model API.
-
The API returns the ModelInfo
,KeyResult, andTrainResult` values to your output property variables.
-
属性
将此活动添加到 UiPath Studio 中的项目时,会指定以下属性的值。
常见
显示名称
活动的显示名称。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | 获取模型信息 |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | 不适用 |
输入
模型 ID
要从中获取信息的训练模型的标识符。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | 空白 |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | To get the Model Id value, add an activity or run an external process that outputs the model identifier (e.g., Train Model). |
其他
私有
如果已选择,变量和参数的值将不会在 Verbose 级进行记录。
| 属性 | 详细信息 |
|---|---|
| 类型 | 复选框 |
| 必填 | 否 |
| 默认值 | 未选中 |
| 允许的值 | 已选择或未选择 |
| 注意 | 不适用 |
选项
包含键
如果选中,结果将在模型信息中包含提取的键的列表。
| 属性 | 详细信息 |
|---|---|
| 类型 | 复选框 |
| 必填 | 否 |
| 默认值 | 未选中 |
| 允许的值 | 已选择或未选择 |
| 注意 | 不适用 |
输出
模型信息
模型信息。
| 属性 | 详细信息 |
|---|---|
| 类型 | ModelInfo |
| 必填 | 否(在后续活动中使用输出数据时需要) |
| 默认值 | 空白 |
| 允许的值 | 输入 ModelInfo 变量 |
| 注意 | For more information about the Model Info, see the response schema section in the Get Custom Model API documentation. |
模型键
从模型中提取的键。
| 属性 | 详细信息 |
|---|---|
| 类型 | KeyResult |
| 必填 | 否(在后续活动中使用输出数据时需要) |
| 默认值 | 空白 |
| 允许的值 | 输入 KeyResult 变量 |
| 注意 | To output the Model Keys value, make sure the Include Keys option is selected. |
训练结果
The result of the training.
| 属性 | 详细信息 |
|---|---|
| 类型 | TrainResult |
| 必填 | 否(在后续活动中使用输出数据时需要) |
| 默认值 | 空白 |
| 允许的值 | 输入 TrainResult 变量 |
| 注意 | To output the Train Result value, make sure the Include Keys option is selected. |