Package | Description |
---|---|
com.huawei.dli.sdk | |
com.huawei.dli.sdk.common |
Modifier and Type | Method and Description |
---|---|
JobType |
Job.getJobType() |
Modifier and Type | Method and Description |
---|---|
List<JobResultInfo> |
DLIClient.listAllJobs(Integer pageSize,
Integer currentPage,
JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(Integer pageSize,
Integer currentPage,
Long start,
Long end,
JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(Long start,
Long end,
JobType jobType)
Get all JobsResultInfo list below the current project.
|
protected void |
Job.setJobType(JobType jobType) |
Modifier and Type | Method and Description |
---|---|
JobType |
JobResultInfo.getJobType() |
JobType |
JobFilter.getJobType() |
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFilter.setJobType(JobType jobType) |
Copyright © 2023. All rights reserved.