Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
SessionLog |
RestApi.getBatchLog(String projectId,
String batchId,
String xAuthToken,
Integer from,
Integer size,
String type,
Integer index)
Get specified batch log
Get specified batch log.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SessionLog> |
RestApi.getBatchLogWithHttpInfo(String projectId,
String batchId,
String xAuthToken,
Integer from,
Integer size,
String type,
Integer index)
Get specified batch log
Get specified batch log.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getBatchLogAsync(String projectId,
String batchId,
String xAuthToken,
Integer from,
Integer size,
String type,
Integer index,
ApiCallback<SessionLog> callback)
Get specified batch log (asynchronously)
Get specified batch log.
|
Modifier and Type | Method and Description |
---|---|
SessionLog |
SessionLog.addLogItem(String logItem) |
SessionLog |
SessionLog.from(Integer from) |
SessionLog |
SessionLog.id(String id) |
SessionLog |
SessionLog.log(List<String> log) |
SessionLog |
SessionLog.total(Integer total) |
Copyright © 2023. All rights reserved.