public class RunWorkflowRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RunWorkflowRequest() |
RunWorkflowRequest(RunWorkflowRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCacheClearDelay()
Get 任务缓存清理时间(小时)。不填或0表示不清理。
|
String |
getDescription()
Get 任务批次描述。
|
String |
getEnvironmentId()
Get 投递环境ID。
|
GitInfo |
getGitSource()
Get 工作流Git仓库信息。
|
String |
getInputBase64()
Get 任务输入JSON。需要进行base64编码。
(InputBase64和InputCosUri必选其一)
|
String |
getInputCosUri()
Get 任务输入COS地址。
(InputBase64和InputCosUri必选其一)
|
String |
getName()
Get 任务批次名称。
|
NFOption |
getNFOption()
Get Nextflow选项。
|
String |
getProjectId()
Get 项目ID。
(不填使用指定地域下的默认项目)
|
String |
getType()
Get 工作流类型。
支持类型:
- NEXTFLOW
|
String[] |
getVolumeIds()
Get 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。
|
String |
getWorkDir()
Get 工作目录,可填写指定缓存卷内的绝对路径,不填使用默认缓存卷内的默认路径,暂时仅支持Nextflow。
|
void |
setCacheClearDelay(Long CacheClearDelay)
Set 任务缓存清理时间(小时)。不填或0表示不清理。
|
void |
setDescription(String Description)
Set 任务批次描述。
|
void |
setEnvironmentId(String EnvironmentId)
Set 投递环境ID。
|
void |
setGitSource(GitInfo GitSource)
Set 工作流Git仓库信息。
|
void |
setInputBase64(String InputBase64)
Set 任务输入JSON。需要进行base64编码。
(InputBase64和InputCosUri必选其一)
|
void |
setInputCosUri(String InputCosUri)
Set 任务输入COS地址。
(InputBase64和InputCosUri必选其一)
|
void |
setName(String Name)
Set 任务批次名称。
|
void |
setNFOption(NFOption NFOption)
Set Nextflow选项。
|
void |
setProjectId(String ProjectId)
Set 项目ID。
(不填使用指定地域下的默认项目)
|
void |
setType(String Type)
Set 工作流类型。
支持类型:
- NEXTFLOW
|
void |
setVolumeIds(String[] VolumeIds)
Set 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。
|
void |
setWorkDir(String WorkDir)
Set 工作目录,可填写指定缓存卷内的绝对路径,不填使用默认缓存卷内的默认路径,暂时仅支持Nextflow。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RunWorkflowRequest()
public RunWorkflowRequest(RunWorkflowRequest source)
public String getName()
public void setName(String Name)
Name
- 任务批次名称。public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 投递环境ID。public GitInfo getGitSource()
public void setGitSource(GitInfo GitSource)
GitSource
- 工作流Git仓库信息。public String getType()
public void setType(String Type)
Type
- 工作流类型。
支持类型:
- NEXTFLOWpublic NFOption getNFOption()
public void setNFOption(NFOption NFOption)
NFOption
- Nextflow选项。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目ID。
(不填使用指定地域下的默认项目)public String getDescription()
public void setDescription(String Description)
Description
- 任务批次描述。public String getInputBase64()
public void setInputBase64(String InputBase64)
InputBase64
- 任务输入JSON。需要进行base64编码。
(InputBase64和InputCosUri必选其一)public String getInputCosUri()
public void setInputCosUri(String InputCosUri)
InputCosUri
- 任务输入COS地址。
(InputBase64和InputCosUri必选其一)public Long getCacheClearDelay()
public void setCacheClearDelay(Long CacheClearDelay)
CacheClearDelay
- 任务缓存清理时间(小时)。不填或0表示不清理。public String getWorkDir()
public void setWorkDir(String WorkDir)
WorkDir
- 工作目录,可填写指定缓存卷内的绝对路径,不填使用默认缓存卷内的默认路径,暂时仅支持Nextflow。public String[] getVolumeIds()
public void setVolumeIds(String[] VolumeIds)
VolumeIds
- 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。Copyright © 2024. All rights reserved.