Uses of Class
com.confidentify.client.model.IngestDocumentsRequest
-
Packages that use IngestDocumentsRequest Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of IngestDocumentsRequest in com.confidentify.client.api
Methods in com.confidentify.client.api with parameters of type IngestDocumentsRequest Modifier and Type Method Description voidDatasetsApi. ingestDocumentsPost(String datasetId, IngestDocumentsRequest ingestDocumentsRequest)Initiate ingestion of data from a list of documents.okhttp3.CallDatasetsApi. ingestDocumentsPostAsync(String datasetId, IngestDocumentsRequest ingestDocumentsRequest, ApiCallback<Void> _callback)Initiate ingestion of data from a list of documents.okhttp3.CallDatasetsApi. ingestDocumentsPostCall(String datasetId, IngestDocumentsRequest ingestDocumentsRequest, ApiCallback _callback)Build call for ingestDocumentsPostApiResponse<Void>DatasetsApi. ingestDocumentsPostWithHttpInfo(String datasetId, IngestDocumentsRequest ingestDocumentsRequest)Initiate ingestion of data from a list of documents. -
Uses of IngestDocumentsRequest in com.confidentify.client.model
Methods in com.confidentify.client.model that return IngestDocumentsRequest Modifier and Type Method Description IngestDocumentsRequestIngestDocumentsRequest. addRecordsItem(IdentifyRequestRecord recordsItem)IngestDocumentsRequestIngestDocumentsRequest. records(List<IdentifyRequestRecord> records)IngestDocumentsRequestIngestDocumentsRequest. recordSource(String recordSource)
-