UiPath Documentation
marketplace
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Marketplace 用户指南

上次更新日期 2026年4月1日

获取模型信息

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.

  1. 完成设置步骤。
  2. Add the Azure Form Recognizer Scope activity to your project.
  3. Add an activity or run an external process that outputs the model identifier (e.g., Train Model).
  4. Add the Get Model Info activity inside the Azure Form Recognizer Scope activity.
  5. (可选)为输入属性输入值。
  6. Create and enter ModelInfo, KeyResult, and TrainResult variables for the Output properties.
  7. 运行活动。
    • Your input properties are sent to the Get Custom Model API.

    • The API returns the ModelInfo, KeyResult, and TrainResult` values to your output property variables.

      文档图像

属性

将此活动添加到 UiPath Studio 中的项目时,会指定以下属性的值。

常见

显示名称

活动的显示名称。

属性详细信息
类型String
必填
默认值获取模型信息
允许的值输入 StringString 变量。
注意不适用

输入

模型 ID

要从中获取信息的训练模型的标识符。

属性详细信息
类型String
必填
默认值空白
允许的值输入 StringString 变量。
注意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.
  • 工作方式
  • 属性
  • 常见
  • 输入
  • 其他
  • 选项
  • 输出

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新