Package | Description |
---|---|
com.tencentcloudapi.omics.v20221128.models |
Modifier and Type | Method and Description |
---|---|
RunOption |
RunGroup.getOption()
Get WDL运行选项。
|
RunOption |
Run.getOption()
Deprecated.
|
RunOption |
RunApplicationRequest.getOption()
Get WDL运行选项。
|
RunOption |
RetryRunsRequest.getWDLOption()
Get WDL运行选项,不填使用被重试的任务批次运行选项。
|
Modifier and Type | Method and Description |
---|---|
void |
RunGroup.setOption(RunOption Option)
Set WDL运行选项。
|
void |
Run.setOption(RunOption Option)
Deprecated.
|
void |
RunApplicationRequest.setOption(RunOption Option)
Set WDL运行选项。
|
void |
RetryRunsRequest.setWDLOption(RunOption WDLOption)
Set WDL运行选项,不填使用被重试的任务批次运行选项。
|
Constructor and Description |
---|
RunOption(RunOption 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 © 2024. All rights reserved.