Package | Description |
---|---|
com.tencentcloudapi.omics.v20221128.models |
Modifier and Type | Method and Description |
---|---|
NFOption |
RunApplicationRequest.getNFOption()
Get Nextflow运行选项。
|
NFOption |
RunWorkflowRequest.getNFOption()
Get Nextflow选项。
|
NFOption |
RetryRunsRequest.getNFOption()
Get Nextflow运行选项,不填使用被重试的任务批次运行选项。
|
NFOption |
RunGroup.getNFOption()
Get Nextflow运行选项。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
RunApplicationRequest.setNFOption(NFOption NFOption)
Set Nextflow运行选项。
|
void |
RunWorkflowRequest.setNFOption(NFOption NFOption)
Set Nextflow选项。
|
void |
RetryRunsRequest.setNFOption(NFOption NFOption)
Set Nextflow运行选项,不填使用被重试的任务批次运行选项。
|
void |
RunGroup.setNFOption(NFOption NFOption)
Set Nextflow运行选项。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
NFOption(NFOption 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.