Package | Description |
---|---|
com.huawei.dli.sdk | |
com.huawei.dli.sdk.common |
Modifier and Type | Method and Description |
---|---|
Queue |
DLIClient.createQueue(String queueName,
int cuCount,
ChargingMode chargingMode,
String description)
Create a queue.
|
Constructor and Description |
---|
Queue(String queueName,
String owner,
int cuCount,
String description,
long createTime,
ChargingMode chargingMode,
DLIClient client) |
Queue(String queueId,
String queueName,
String owner,
int cuCount,
String description,
long createTime,
ChargingMode chargingMode,
DLIClient client) |
Modifier and Type | Method and Description |
---|---|
static ChargingMode |
ChargingMode.fromValue(int value) |
static ChargingMode |
ChargingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChargingMode[] |
ChargingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.