0 / 0
Go back to the English version of the documentation
AutoAI模型的批量部署输入详情
Last updated: 2024年11月28日
AutoAI模型的批量部署输入详情

在为AutoAI模型的批量部署指定输入详细信息时,请遵循这些规则。

数据类型汇总表:

数据 描述
类型 内联和数据引用
文件格式 CSV

数据源

输入/输出数据引用:

  • 空间中的本地/受管资产
  • 已连接(远程)资产:Cloud Object Storage

注:

  • 对于Cloud Object Storage类型的连接,必须配置访问密钥保密密钥(也称为HMAC 凭证)。
  • 训练数据源可以与部署数据源不同,但数据模式必须匹配,否则部署将失败。 例如,您可以使用 Snowflake 数据库中的数据对实验进行训练,如果模式完全匹配,则可以使用Db2数据库中的输入数据进行部署。
  • 部署作业的环境变量参数不适用。

如果要以编程方式指定输入/输出数据引用:

  • 数据源引用 type 取决于资产类型。 请参阅将数据资产添加到部署空间中的数据源参考类型部分。
  • 对于AutoAI资产,如果输入或输出数据引用类型为 "connection_asset,且远程数据源为数据库,则 "location.table_name和 "location.schema_name为必填参数。 例如:
 "input_data_references": [{
                    "type": "connection_asset",
                    "connection": {
                            "id": <connection_guid>
                    },
                    "location": {
                            "table_name": <table name>,
                            "schema_name": <schema name>
                            <other wdp-properties supported by runtimes>
                    }
            }]

父主题: 按框架批量部署输入详细信息

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more