action-center
2.2510
true
- 在开始之前
- 入门指南
- Activities (活动)
- 操作
- 流程
- 通知
- 审核
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Action Center 用户指南
UiPath.MLServices.Activities.MLDataLabelling
备注:
This activity requires Studio 2022.4 or higher to function properly.
描述
Creates a labeling task in Action Center. This activity connects to your AI Center tenant, uploads a file to a selected data labeling session, and creates a corresponding task in Orchestrator. A human operator can then complete the task through Action Center.
Use the ID and folderPath fields from the returned TaskObject output to create an ExternalTaskObject for the Wait For External Task And Resume activity.
项目兼容性
Windows - Legacy | Windows
配置
设计器面板
- Project - Retrieves available projects and lets you select the project to which you want to send data.
- Data labeling session - Retrieves available data labeling sessions in the selected project and lets you select the session to which you want to send data.
- File - The local path of the file you want to send.
属性面板
常见
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. Accepts Boolean values (True, False). The default value is False.
- “显示名称”- 活动的显示名称。
输入
- LocalFilePath - The full path of the local file to upload. Accepts only
Stringvariables. - OrchestratorFolderName - The path to an Orchestrator folder different from the one the current process operates in, where you want to create the task. If the current user does not have the required permissions for the target folder, task creation fails.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- FileName - The file name used to save the file in storage. Stored in a
Stringvariable. - Headers - The headers returned by the request.
- StatusCode - The status code returned by the request. Stored in an
Int32variable. - TaskObject - The task object returned from Orchestrator as an
OrchestratorTaskCreateobject. Use theIDandfolderPathfields to create an ExternalTaskObject for the Wait For External Task And Resume activity.