Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v2.model.IngestionJob
-
Packages that use IngestionJob Package Description com.ibm.cloud.watsonxdata.watsonx_data.v2 watsonx.data v2.com.ibm.cloud.watsonxdata.watsonx_data.v2.model -
-
Uses of IngestionJob in com.ibm.cloud.watsonxdata.watsonx_data.v2
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2 that return types with arguments of type IngestionJob Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<IngestionJob>
WatsonxData. createIngestionJobs(CreateIngestionJobsOptions createIngestionJobsOptions)
Create an ingestion job.com.ibm.cloud.sdk.core.http.ServiceCall<IngestionJob>
WatsonxData. createIngestionJobsLocalFiles(CreateIngestionJobsLocalFilesOptions createIngestionJobsLocalFilesOptions)
Create an ingestion job for user local files.com.ibm.cloud.sdk.core.http.ServiceCall<IngestionJob>
WatsonxData. getIngestionJob(GetIngestionJobOptions getIngestionJobOptions)
Get ingestion job. -
Uses of IngestionJob in com.ibm.cloud.watsonxdata.watsonx_data.v2.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2.model that return types with arguments of type IngestionJob Modifier and Type Method Description java.util.List<IngestionJob>
IngestionJobsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.java.util.List<IngestionJob>
IngestionJobCollection. getIngestionJobs()
Gets the ingestionJobs.java.util.List<IngestionJob>
IngestionJobsPager. getNext()
Returns the next page of results.
-