| Package | Description |
|---|---|
| com.baidubce.services.bvw.model.workflow |
| Modifier and Type | Method and Description |
|---|---|
static StageModel |
StageModel.of(String name,
StageParamModel param,
StageType type)
Construct a stage with name, param and type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StageModel> |
DagModel.getStages() |
| Modifier and Type | Method and Description |
|---|---|
static DagModel |
DagModel.of(Map<String,StageModel> stages,
Map<String,List<String>> dependencies)
Construct a dag with stages.
|
void |
DagModel.setStages(Map<String,StageModel> stages) |
Copyright © 2020. All rights reserved.