Package | Description |
---|---|
com.huawei.dli.sdk |
Modifier and Type | Method and Description |
---|---|
List<JobResultInfo> |
DLIClient.listAllJobs(JobFilter jobFilter)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllSQLJobs(JobFilter jobFilter)
Query all the information of the recently executed sql job submitted in the edit box under the current project.
|
List<JobResultInfo> |
DLIClient.listJobsByPage(JobFilter jobFilter)
Get specify page and pageSize JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listSQLJobsByPage(JobFilter jobFilter)
Query the information of the recently executed job submitted in the edit box under the current project.
|
Copyright © 2023. All rights reserved.