
# 更新数据加工 - UpdateDataTransformation
#### 功能介绍
更新数据加工
#### 调用方法
请参见[如何调用API](https://support.huaweicloud.com/api-secmaster/secmaster_03_0008.html)。
#### 授权信息
账号具备所有API的调用权限，如果使用账号下的IAM用户调用当前API，该IAM用户需具备调用API所需的权限，具体权限要求请参见[权限和授权项](https://support.huaweicloud.com/api-secmaster/secmaster_03_0023.html)。
#### URI
PUT /v2/{project_id}/workspaces/{workspace_id}/siem/data-transformations/{data_transformation_id}
表1路径参数 
| 参数                     | 是否必选 | 参数类型   | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
|:---|:---|:---|:---|
| project_id             | 是    | String | **参数解释**： 项目ID，用于明确项目归属，配置后可通过该ID查询项目下资产，可以通过调用API获取，也可以从控制台获取。[获取项目ID](https://support.huaweicloud.com/api-secmaster/secmaster_03_0014.html) **约束限制**： 不涉及 **取值范围**： 不涉及 **默认取值**： 不涉及 |
| workspace_id           | 是    | String | **参数解释**： 工作空间ID **约束限制**： 不涉及 **取值范围**： 不涉及 **默认取值**： 不涉及                                                                                                                              |
| data_transformation_id | 是    | String | 数据转换 ID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
   
#### 请求参数
表2请求Header参数 
| 参数           | 是否必选 | 参数类型   | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
|:---|:---|:---|:---|
| X-Auth-Token | 是    | String | **参数解释**： 用户Token，通过调用IAM服务获取用户Token接口获取（响应消息头中X-Subject-Token的值）。[获取用户Token](https://support.huaweicloud.com/api-secmaster/secmaster_03_0010.html) **约束限制**： 不涉及 **取值范围**： 不涉及 **默认取值**： 不涉及 |
   
表3请求Body参数 
| 参数                       | 是否必选 | 参数类型                                                                                     | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
|:---|:---|:---|:---|
| data_transformation_name | 否    | String                                                                                   | 数据转换名称                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| description              | 否    | String                                                                                   | 数据转换描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| directory                | 否    | String                                                                                   | directory 目录分组                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| script                   | 否    | String                                                                                   | Job Script 作业脚本                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| status                   | 否    | String                                                                                   | **参数解释**： 作业状态 - ENABLED 启用   - DISABLED 禁用    **约束限制**： 不涉及 **取值范围**： - ENABLED   - DISABLED    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                       |
| belong                   | 否    | String                                                                                   | 归属                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| job_mode                 | 否    | String                                                                                   | **参数解释**： 作业模式 - STREAMING 流式处理   - BATCH 批处理   - SEARCH 检索    **约束限制**： 不涉及 **取值范围**： - STREAMING   - BATCH   - SEARCH    **默认取值**： 不涉及 |
| cu_quota_amount          | 否    | Float                                                                                    | cu总量                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| job_mode_setting         | 否    | [IsapJobModeSettingDto] object | 作业模式设置数据传输对象                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| environment              | 否    | String                                                                                   | **参数解释**： 环境类型 - PROD 生产环境   - TEST 测试环境    **约束限制**： 不涉及 **取值范围**： - PROD   - TEST    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                 |
| output_table_id          | 否    | String                                                                                   | UUID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| output_table_ids         | 否    | Array of strings                                                                         | 输出表ID列表                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| output_table_names       | 否    | Array of strings                                                                         | 输出表名称列表                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
   
 表4IsapJobModeSettingDto 
| 参数                                | 是否必选 | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
|:---|:---|:---|:---|
| batch_overtime_interval           | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| batch_overtime_unit               | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| batch_frequency_interval          | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| batch_frequency_unit              | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| streaming_state_ttl_interval      | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| streaming_state_ttl_unit          | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| streaming_checkpoint_ttl_interval | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| streaming_checkpoint_ttl_unit     | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| streaming_startup_mode            | 否    | String  | **参数解释**： 作业启动模式 - UPGRADE 升级启动   - REFRESH_NEW 全新启动    **约束限制**： 不涉及 **取值范围**： - UPGRADE   - REFRESH_NEW    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| batch_overtime_strategy_interval  | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| batch_overtime_strategy_unit      | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_delay_interval             | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_delay_unit                 | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_frequency_interval         | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_frequency_unit             | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_overtime_interval          | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_overtime_unit              | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_period_interval            | 否    | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_period_unit                | 否    | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_table_id                   | 否    | String  | UUID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| search_table_name                 | 否    | String  | 表名称                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| field_not_null_policy             | 否    | String  | **参数解释：** 作业表非空字段处理策略 LOOSE 宽松 STRICT 严格 **约束限制：** 不涉及 **取值范围：** LOOSE STRICT **默认取值：** LOOSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| dss_id                            | 否    | Integer | 长整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
   
#### 响应参数
**状态码：200**
表5响应Body参数 
| 参数                       | 参数类型                                                                                    | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
|:---|:---|:---|
| data_transformation_id   | String                                                                                  | UUID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| data_transformation_name | String                                                                                  | 数据转换名称                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| script                   | String                                                                                  | Job Script 作业脚本                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| status                   | String                                                                                  | **参数解释**： 作业状态 - ENABLED 启用   - DISABLED 禁用    **约束限制**： 不涉及 **取值范围**： - ENABLED   - DISABLED    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| directory                | String                                                                                  | directory 目录分组                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| description              | String                                                                                  | 数据转换描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| job_mode                 | String                                                                                  | **参数解释**： 作业模式 - STREAMING 流式处理   - BATCH 批处理   - SEARCH 检索    **约束限制**： 不涉及 **取值范围**： - STREAMING   - BATCH   - SEARCH    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| job_mode_setting         | [IsapJobModeSettingVo] object | 作业模式设置                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| process_status           | String                                                                                  | **参数解释**： 作业处理状态 - COMPLETED 已完成   - CREATING 创建中   - UPDATING 更新中   - ENABLING 启用中   - DISABLING 停用中   - DELETING 删除中   - CREATE_FAILED 创建失败   - UPDATE_FAILED 更新失败   - ENABLE_FAILED 启用失败   - DISABLE_FAILED 停用失败   - DELETE_FAILED 删除失败   - RECOVERING 恢复中    **约束限制**： 不涉及 **取值范围**： - COMPLETED   - CREATING   - UPDATING   - ENABLING   - DISABLING   - DELETING   - CREATE_FAILED   - UPDATE_FAILED   - ENABLE_FAILED   - DISABLE_FAILED   - DELETE_FAILED   - RECOVERING    **默认取值**： 不涉及 |
| process_error            | String                                                                                  | **参数解释**： 数据加工处理错误 - NONE 无    **约束限制**： 不涉及 **取值范围**： - NONE    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| environment              | String                                                                                  | **参数解释**： 环境类型 - PROD 生产环境   - TEST 测试环境    **约束限制**： 不涉及 **取值范围**： - PROD   - TEST    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| output_table_id          | String                                                                                  | UUID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| output_table_name        | String                                                                                  | 表名称                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| output_table_ids         | Array of strings                                                                        | 输出表ID列表                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| output_table_names       | Array of strings                                                                        | 输出表名称列表                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| create_by                | String                                                                                  | 创建者                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| create_time              | Integer                                                                                 | 毫秒时间戳                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| update_by                | String                                                                                  | 更新者                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| update_time              | Integer                                                                                 | 毫秒时间戳                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| delete_time              | Integer                                                                                 | 毫秒时间戳                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
   
 表6IsapJobModeSettingVo 
| 参数                                | 参数类型    | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
|:---|:---|:---|
| batch_overtime_interval           | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| batch_overtime_unit               | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| batch_frequency_interval          | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| batch_frequency_unit              | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| streaming_state_ttl_interval      | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| streaming_state_ttl_unit          | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| streaming_checkpoint_ttl_interval | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| streaming_checkpoint_ttl_unit     | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| streaming_startup_mode            | String  | **参数解释**： 作业启动模式 - UPGRADE 升级启动   - REFRESH_NEW 全新启动    **约束限制**： 不涉及 **取值范围**： - UPGRADE   - REFRESH_NEW    **默认取值**： 不涉及                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| batch_overtime_strategy_interval  | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| batch_overtime_strategy_unit      | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_delay_interval             | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_delay_unit                 | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_frequency_interval         | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_frequency_unit             | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_overtime_interval          | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_overtime_unit              | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_period_interval            | Integer | 整型间隔时长                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| search_period_unit                | String  | **参数解释**： 时间单位 - MINUTE 分钟   - HOUR 小时   - DAY 天   - MONTH 月    **约束限制**： 不涉及 **取值范围**： - MINUTE   - HOUR   - DAY   - MONTH    **默认取值**： 不涉及 |
| search_table_id                   | String  | UUID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| search_table_name                 | String  | 表名称                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| field_not_null_policy             | String  | **参数解释：** 作业表非空字段处理策略 LOOSE 宽松 STRICT 严格 **约束限制：** 不涉及 **取值范围：** LOOSE STRICT **默认取值：** LOOSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
   
#### 请求示例
更新数据加工作业
```
https://{endpoint}//v2/{project_id}/workspaces/{workspace_id}/siem/data-transformations/{data_transformation_id}
{
  "data_transformation_name" : "job_liubiao_test6",
  "script" : "SELECT * FROM s_sec_test;",
  "status" : "DISABLED",
  "directory" : "",
  "description" : "test",
  "belong" : "SYSTEM",
  "environment" : "PROD",
  "cu_quota_amount" : 1,
  "output_table_ids" : [ "2a750856-48b9-4628-b892-1281febc54f5" ],
  "output_table_names" : [ "s_sec_mudi_6" ],
  "job_mode" : "STREAMING",
  "job_mode_setting" : {
    "streaming_state_ttl_interval" : 10,
    "streaming_state_ttl_unit" : "MINUTE",
    "streaming_checkpoint_ttl_interval" : 10,
    "streaming_checkpoint_ttl_unit" : "MINUTE",
    "streaming_startup_mode" : "REFRESH_NEW"
  }
}
```
#### 响应示例
**状态码：200**
成功
```
{
  "create_by" : "test_account",
  "create_time" : 1726822643601,
  "delete_time" : 0,
  "description" : "test",
  "directory" : "",
  "environment" : "PROD",
  "job_mode" : "STREAMING",
  "job_mode_setting" : {
    "field_not_null_policy" : "LOOSE",
    "streaming_checkpoint_ttl_interval" : 10,
    "streaming_checkpoint_ttl_unit" : "MINUTE",
    "streaming_startup_mode" : "REFRESH_NEW",
    "streaming_state_ttl_interval" : 10,
    "streaming_state_ttl_unit" : "MINUTE"
  },
  "output_table_ids" : [ "2a750856-48b9-4628-b892-1281febc54f5" ],
  "output_table_names" : [ "s_sec_mudi_6" ],
  "process_error" : "NONE",
  "process_status" : "UPDATING",
  "script" : "SELECT * FROM s_sec_test;",
  "status" : "DISABLED",
  "update_by" : "test_user",
  "update_time" : 1768293934298
}
```
#### SDK代码示例
SDK代码示例如下。
- [Java]
  更新数据加工作业
  ```
  package com.huaweicloud.sdk.test;
  import com.huaweicloud.sdk.core.auth.ICredential;
  import com.huaweicloud.sdk.core.auth.BasicCredentials;
  import com.huaweicloud.sdk.core.exception.ConnectionException;
  import com.huaweicloud.sdk.core.exception.RequestTimeoutException;
  import com.huaweicloud.sdk.core.exception.ServiceResponseException;
  import com.huaweicloud.sdk.secmaster.v2.region.SecMasterRegion;
  import com.huaweicloud.sdk.secmaster.v2.*;
  import com.huaweicloud.sdk.secmaster.v2.model.*;
  import java.util.List;
  import java.util.ArrayList;
  public class UpdateDataTransformationSolution {
      public static void main(String[] args) {
          // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
          // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
          String ak = System.getenv("CLOUD_SDK_AK");
          String sk = System.getenv("CLOUD_SDK_SK");
          String projectId = "{project_id}";
          ICredential auth = new BasicCredentials()
                  .withProjectId(projectId)
                  .withAk(ak)
                  .withSk(sk);
          SecMasterClient client = SecMasterClient.newBuilder()
                  .withCredential(auth)
                  .withRegion(SecMasterRegion.valueOf("<YOUR REGION>"))
                  .build();
          UpdateDataTransformationRequest request = new UpdateDataTransformationRequest();
          request.withWorkspaceId("{workspace_id}");
          request.withDataTransformationId("{data_transformation_id}");
          UpdateDataTransformationRequestBody body = new UpdateDataTransformationRequestBody();
          List<String> listbodyOutputTableNames = new ArrayList<>();
          listbodyOutputTableNames.add("s_sec_mudi_6");
          List<String> listbodyOutputTableIds = new ArrayList<>();
          listbodyOutputTableIds.add("2a750856-48b9-4628-b892-1281febc54f5");
          IsapJobModeSettingDto jobModeSettingbody = new IsapJobModeSettingDto();
          jobModeSettingbody.withStreamingCheckpointTtlInterval(10)
              .withStreamingStartupMode(IsapJobModeSettingDto.StreamingStartupModeEnum.fromValue("REFRESH_NEW"))
              .withStreamingCheckpointTtlUnit(IsapJobModeSettingDto.StreamingCheckpointTtlUnitEnum.fromValue("MINUTE"))
              .withStreamingStateTtlInterval(10)
              .withStreamingStateTtlUnit(IsapJobModeSettingDto.StreamingStateTtlUnitEnum.fromValue("MINUTE"));
          body.withOutputTableNames(listbodyOutputTableNames);
          body.withOutputTableIds(listbodyOutputTableIds);
          body.withEnvironment(UpdateDataTransformationRequestBody.EnvironmentEnum.fromValue("PROD"));
          body.withJobModeSetting(jobModeSettingbody);
          body.withCuQuotaAmount(1f);
          body.withJobMode(UpdateDataTransformationRequestBody.JobModeEnum.fromValue("STREAMING"));
          body.withBelong("SYSTEM");
          body.withStatus(UpdateDataTransformationRequestBody.StatusEnum.fromValue("DISABLED"));
          body.withScript("SELECT * FROM s_sec_test;");
          body.withDirectory("");
          body.withDescription("test");
          body.withDataTransformationName("job_liubiao_test6");
          request.withBody(body);
          try {
              UpdateDataTransformationResponse response = client.updateDataTransformation(request);
              System.out.println(response.toString());
          } catch (ConnectionException e) {
              e.printStackTrace();
          } catch (RequestTimeoutException e) {
              e.printStackTrace();
          } catch (ServiceResponseException e) {
              e.printStackTrace();
              System.out.println(e.getHttpStatusCode());
              System.out.println(e.getRequestId());
              System.out.println(e.getErrorCode());
              System.out.println(e.getErrorMsg());
          }
      }
  }
  ```
- [Python]
  更新数据加工作业
  ```
  # coding: utf-8
  import os
  from huaweicloudsdkcore.auth.credentials import BasicCredentials
  from huaweicloudsdksecmaster.v2.region.secmaster_region import SecMasterRegion
  from huaweicloudsdkcore.exceptions import exceptions
  from huaweicloudsdksecmaster.v2 import *
  if __name__ == "__main__":
      # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
      # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
      ak = os.environ["CLOUD_SDK_AK"]
      sk = os.environ["CLOUD_SDK_SK"]
      projectId = "{project_id}"
      credentials = BasicCredentials(ak, sk, projectId)
      client = SecMasterClient.new_builder() \
          .with_credentials(credentials) \
          .with_region(SecMasterRegion.value_of("<YOUR REGION>")) \
          .build()
      try:
          request = UpdateDataTransformationRequest()
          request.workspace_id = "{workspace_id}"
          request.data_transformation_id = "{data_transformation_id}"
          listOutputTableNamesbody = [
              "s_sec_mudi_6"
          ]
          listOutputTableIdsbody = [
              "2a750856-48b9-4628-b892-1281febc54f5"
          ]
          jobModeSettingbody = IsapJobModeSettingDto(
              streaming_checkpoint_ttl_interval=10,
              streaming_startup_mode="REFRESH_NEW",
              streaming_checkpoint_ttl_unit="MINUTE",
              streaming_state_ttl_interval=10,
              streaming_state_ttl_unit="MINUTE"
          )
          request.body = UpdateDataTransformationRequestBody(
              output_table_names=listOutputTableNamesbody,
              output_table_ids=listOutputTableIdsbody,
              environment="PROD",
              job_mode_setting=jobModeSettingbody,
              cu_quota_amount=1,
              job_mode="STREAMING",
              belong="SYSTEM",
              status="DISABLED",
              script="SELECT * FROM s_sec_test;",
              directory="",
              description="test",
              data_transformation_name="job_liubiao_test6"
          )
          response = client.update_data_transformation(request)
          print(response)
      except exceptions.ClientRequestException as e:
          print(e.status_code)
          print(e.request_id)
          print(e.error_code)
          print(e.error_msg)
  ```
- [Go]
  更新数据加工作业
  ```
  package main
  import (
  "fmt"
  "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic"
      secmaster "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/secmaster/v2"
  "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/secmaster/v2/model"
      region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/secmaster/v2/region"
  )
  func main() {
      // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
      // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
      ak := os.Getenv("CLOUD_SDK_AK")
      sk := os.Getenv("CLOUD_SDK_SK")
      projectId := "{project_id}"
      auth, err := basic.NewCredentialsBuilder().
          WithAk(ak).
          WithSk(sk).
          WithProjectId(projectId).
          SafeBuild()
      if err != nil {
          fmt.Println(err)
          return
      }
      hcClient, err := secmaster.SecMasterClientBuilder().
           WithRegion(region.ValueOf("<YOUR REGION>")).
           WithCredential(auth).
           SafeBuild()
      if err != nil {
          fmt.Println(err)
          return
      }
      client := secmaster.NewSecMasterClient(hcClient)
      request := &model.UpdateDataTransformationRequest{}
  request.WorkspaceId = "{workspace_id}"
  request.DataTransformationId = "{data_transformation_id}"
  var listOutputTableNamesbody = []string{
          "s_sec_mudi_6",
      }
  var listOutputTableIdsbody = []string{
          "2a750856-48b9-4628-b892-1281febc54f5",
      }
  streamingCheckpointTtlIntervalJobModeSetting:= int32(10)
  streamingStartupModeJobModeSetting:= model.GetIsapJobModeSettingDtoStreamingStartupModeEnum().REFRESH_NEW
  streamingCheckpointTtlUnitJobModeSetting:= model.GetIsapJobModeSettingDtoStreamingCheckpointTtlUnitEnum().MINUTE
  streamingStateTtlIntervalJobModeSetting:= int32(10)
  streamingStateTtlUnitJobModeSetting:= model.GetIsapJobModeSettingDtoStreamingStateTtlUnitEnum().MINUTE
  jobModeSettingbody := &model.IsapJobModeSettingDto{
  StreamingCheckpointTtlInterval: &streamingCheckpointTtlIntervalJobModeSetting,
  StreamingStartupMode: &streamingStartupModeJobModeSetting,
  StreamingCheckpointTtlUnit: &streamingCheckpointTtlUnitJobModeSetting,
  StreamingStateTtlInterval: &streamingStateTtlIntervalJobModeSetting,
  StreamingStateTtlUnit: &streamingStateTtlUnitJobModeSetting,
  }
  environmentEnvironment:= model.GetJobEnvironmentEnvironmentEnum().PROD
  cuQuotaAmountUpdateDataTransformationRequestBody:= float32(1)
  jobModeJobMode:= model.GetIsapJobModeJobModeEnum().STREAMING
  belongUpdateDataTransformationRequestBody:= "SYSTEM"
  statusStatus:= model.GetJobStatusStatusEnum().DISABLED
  scriptUpdateDataTransformationRequestBody:= "SELECT * FROM s_sec_test;"
  directoryUpdateDataTransformationRequestBody:= ""
  descriptionUpdateDataTransformationRequestBody:= "test"
  dataTransformationNameUpdateDataTransformationRequestBody:= "job_liubiao_test6"
  request.Body = &model.UpdateDataTransformationRequestBody{
  OutputTableNames: &listOutputTableNamesbody,
  OutputTableIds: &listOutputTableIdsbody,
  Environment: &environmentEnvironment,
  JobModeSetting: jobModeSettingbody,
  CuQuotaAmount: &cuQuotaAmountUpdateDataTransformationRequestBody,
  JobMode: &jobModeJobMode,
  Belong: &belongUpdateDataTransformationRequestBody,
  Status: &statusStatus,
  Script: &scriptUpdateDataTransformationRequestBody,
  Directory: &directoryUpdateDataTransformationRequestBody,
  Description: &descriptionUpdateDataTransformationRequestBody,
  DataTransformationName: &dataTransformationNameUpdateDataTransformationRequestBody,
  }
  response, err := client.UpdateDataTransformation(request)
  if err == nil {
          fmt.Printf("%+v\n", response)
      } else {
          fmt.Println(err)
      }
  }
  ```
- [更多]
  更多编程语言的SDK代码示例，请参见[API Explorer](https://console.huaweicloud.com/apiexplorer/#/openapi/SecMaster/sdk?api=UpdateDataTransformation&version=v2)的代码示例页签，可生成自动对应的SDK代码示例。
#### 状态码
| 状态码 | 描述 |
|:---|:---|
| 200 | 成功 |
   
#### 错误码
请参见[错误码](https://support.huaweicloud.com/api-secmaster/ErrorCode.html)。
