Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
DownloadCreateJobResult |
RestApi.createDownloadJob(String projectId,
EmptyBody emptyBody,
String xAuthToken)
Create direct download job
Create direct download job for download data from DLI.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DownloadCreateJobResult> |
RestApi.createDownloadJobWithHttpInfo(String projectId,
EmptyBody emptyBody,
String xAuthToken)
Create direct download job
Create direct download job for download data from DLI.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.createDownloadJobAsync(String projectId,
EmptyBody emptyBody,
String xAuthToken,
ApiCallback<DownloadCreateJobResult> callback)
Create direct download job (asynchronously)
Create direct download job for download data from DLI.
|
Modifier and Type | Method and Description |
---|---|
DownloadCreateJobResult |
DownloadCreateJobResult.bucketName(String bucketName) |
DownloadCreateJobResult |
DownloadCreateJobResult.isSuccess(Boolean isSuccess) |
DownloadCreateJobResult |
DownloadCreateJobResult.message(String message) |
Copyright © 2023. All rights reserved.