你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TrainingOperation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
跟踪用于从自定义表单集合训练模型的长时间运行操作的状态。
public class TrainingOperation : Azure.AI.FormRecognizer.Training.CreateCustomFormModelOperation
type TrainingOperation = class
inherit CreateCustomFormModelOperation
Public Class TrainingOperation
Inherits CreateCustomFormModelOperation
- 继承
构造函数
TrainingOperation() |
初始化 TrainingOperation 类的新实例。 此构造函数仅用于模拟。 |
TrainingOperation(String, FormTrainingClient) |
初始化 类的新实例, TrainingOperation 该实例跟踪长时间运行的操作的状态,以便从自定义窗体集合训练模型。 |
属性
HasCompleted |
如果长时间运行的操作完成,则返回 true。 (继承自 CreateCustomFormModelOperation) |
HasValue |
如果长时间运行的操作成功完成,并且已生成最终结果, (Value 属性) 可访问,则返回 true。 (继承自 CreateCustomFormModelOperation) |
Id |
获取可用于轮询长时间运行的操作状态的操作 ID。 (继承自 CreateCustomFormModelOperation) |
Value |
长时间运行的操作的最终结果。 (继承自 CreateCustomFormModelOperation) |