Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
SessionInfos |
RestApi.getBatchList(String projectId,
String xAuthToken,
String clusterName,
Integer from,
Integer size,
String jobId,
String jobName,
Long start,
Long end,
String order)
List all batchs
List all batchs.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SessionInfos> |
RestApi.getBatchListWithHttpInfo(String projectId,
String xAuthToken,
String clusterName,
Integer from,
Integer size,
String jobId,
String jobName,
Long start,
Long end,
String order)
List all batchs
List all batchs.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getBatchListAsync(String projectId,
String xAuthToken,
String clusterName,
Integer from,
Integer size,
String jobId,
String jobName,
Long start,
Long end,
String order,
ApiCallback<SessionInfos> callback)
List all batchs (asynchronously)
List all batchs.
|
Modifier and Type | Method and Description |
---|---|
SessionInfos |
SessionInfos.addSessionsItem(SessionInfo sessionsItem) |
SessionInfos |
SessionInfos.from(Integer from) |
SessionInfos |
SessionInfos.sessions(List<SessionInfo> sessions) |
SessionInfos |
SessionInfos.total(Integer total) |
Copyright © 2023. All rights reserved.