UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

AI Center 特定配置

在 Linux 版 Automation Suite 中为 AI Center 配置外部对象存储参数。

本节仅适用于 S3 端点(Azure 存储不需要)。

为使 AI Center 正常运行,您必须在cluster_config.json文件中配置aicenter.external_object_storage.portaicenter.external_object_storage.fqdn参数。

备注:

即使已经配置了文件的external_object_storage部分,您也必须在cluster_config.json文件的aicenter部分中配置参数。

以下示例显示了 AI Center 的有效cluster_config.json配置:

"aicenter": {
  "external_object_storage" {
    "port": 443,
    "fqdn": "s3.us-west-2.amazonaws.com"
  }
},
"external_object_storage": {
  "enabled": true,
  "create_bucket": false,
  "storage_type": "s3", 
  "region": "us-west-2", 
  "use_instance_profile": true
}
...
"aicenter": {
  "external_object_storage" {
    "port": 443,
    "fqdn": "s3.us-west-2.amazonaws.com"
  }
},
"external_object_storage": {
  "enabled": true,
  "create_bucket": false,
  "storage_type": "s3", 
  "region": "us-west-2", 
  "use_instance_profile": true
}
...

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新