Package | Description |
---|---|
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
static JobEntity.RunModeEnum |
JobEntity.RunModeEnum.fromValue(String text) |
JobEntity.RunModeEnum |
JobEntity.getRunMode()
作业运行模式,共享或者独享模式或者边缘节点, show_detail为true时独有
|
JobEntity.RunModeEnum |
JobEntity.RunModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static JobEntity.RunModeEnum |
JobEntity.RunModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEntity.RunModeEnum[] |
JobEntity.RunModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobEntity |
JobEntity.runMode(JobEntity.RunModeEnum runMode) |
void |
JobEntity.setRunMode(JobEntity.RunModeEnum runMode) |
void |
JobEntity.RunModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
JobEntity.RunModeEnum enumeration) |
Copyright © 2023. All rights reserved.