Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ResponseQueueInfo |
RestApi.createQueue(String projectId,
QueueInfo queueInfo,
String xAuthToken)
Create queue
Create a queue that will bind user-specified computing resources.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseQueueInfo> |
RestApi.createQueueWithHttpInfo(String projectId,
QueueInfo queueInfo,
String xAuthToken)
Create queue
Create a queue that will bind user-specified computing resources.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.createQueueAsync(String projectId,
QueueInfo queueInfo,
String xAuthToken,
ApiCallback<ResponseQueueInfo> callback)
Create queue (asynchronously)
Create a queue that will bind user-specified computing resources.
|
Modifier and Type | Method and Description |
---|---|
ResponseQueueInfo |
ResponseQueueInfo.isSuccess(Boolean isSuccess) |
ResponseQueueInfo |
ResponseQueueInfo.message(String message) |
ResponseQueueInfo |
ResponseQueueInfo.queueName(String queueName) |
Copyright © 2023. All rights reserved.