Package | Description |
---|---|
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
NodesEntity |
NodesEntity.addNodesItem(InputsEntity nodesItem) |
NodesEntity |
NodesEntity.description(String description) |
NodesEntity |
NodesEntity.id(String id) |
NodesEntity |
NodesEntity.nodes(List<InputsEntity> nodes) |
NodesEntity |
NodesEntity.operator(String operator) |
NodesEntity |
NodesEntity.operatorStrategy(String operatorStrategy) |
NodesEntity |
NodesEntity.parallelism(Long parallelism) |
Modifier and Type | Method and Description |
---|---|
List<NodesEntity> |
PlanEntity.getNodes()
Get nodes
|
Modifier and Type | Method and Description |
---|---|
PlanEntity |
PlanEntity.addNodesItem(NodesEntity nodesItem) |
Modifier and Type | Method and Description |
---|---|
PlanEntity |
PlanEntity.nodes(List<NodesEntity> nodes) |
void |
PlanEntity.setNodes(List<NodesEntity> nodes) |
Copyright © 2023. All rights reserved.