Package | Description |
---|---|
com.tencentcloudapi.wedata.v20210820.models |
Modifier and Type | Method and Description |
---|---|
ParamInfo[] |
TaskInfoData.getParams()
Get 任务参数
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfo[] |
ModifyTaskInfoRequest.getTaskParamInfos()
Get 任务参数
|
ParamInfo[] |
ModifyWorkflowInfoRequest.getWorkflowParams()
Get 工作流参数列表
|
Modifier and Type | Method and Description |
---|---|
void |
TaskInfoData.setParams(ParamInfo[] Params)
Set 任务参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifyTaskInfoRequest.setTaskParamInfos(ParamInfo[] TaskParamInfos)
Set 任务参数
|
void |
ModifyWorkflowInfoRequest.setWorkflowParams(ParamInfo[] WorkflowParams)
Set 工作流参数列表
|
Constructor and Description |
---|
ParamInfo(ParamInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.