Uses of Class
com.oracle.bmc.datalabelingservice.requests.ImportPreAnnotatedDataRequest
-
Packages that use ImportPreAnnotatedDataRequest Package Description com.oracle.bmc.datalabelingservice com.oracle.bmc.datalabelingservice.requests -
-
Uses of ImportPreAnnotatedDataRequest in com.oracle.bmc.datalabelingservice
Methods in com.oracle.bmc.datalabelingservice with parameters of type ImportPreAnnotatedDataRequest Modifier and Type Method Description ImportPreAnnotatedDataResponse
DataLabelingManagement. importPreAnnotatedData(ImportPreAnnotatedDataRequest request)
Imports records and annotations from dataset files into existing Dataset.Future<ImportPreAnnotatedDataResponse>
DataLabelingManagementAsync. importPreAnnotatedData(ImportPreAnnotatedDataRequest request, AsyncHandler<ImportPreAnnotatedDataRequest,ImportPreAnnotatedDataResponse> handler)
Imports records and annotations from dataset files into existing Dataset.Future<ImportPreAnnotatedDataResponse>
DataLabelingManagementAsyncClient. importPreAnnotatedData(ImportPreAnnotatedDataRequest request, AsyncHandler<ImportPreAnnotatedDataRequest,ImportPreAnnotatedDataResponse> handler)
ImportPreAnnotatedDataResponse
DataLabelingManagementClient. importPreAnnotatedData(ImportPreAnnotatedDataRequest request)
Method parameters in com.oracle.bmc.datalabelingservice with type arguments of type ImportPreAnnotatedDataRequest Modifier and Type Method Description Future<ImportPreAnnotatedDataResponse>
DataLabelingManagementAsync. importPreAnnotatedData(ImportPreAnnotatedDataRequest request, AsyncHandler<ImportPreAnnotatedDataRequest,ImportPreAnnotatedDataResponse> handler)
Imports records and annotations from dataset files into existing Dataset.Future<ImportPreAnnotatedDataResponse>
DataLabelingManagementAsyncClient. importPreAnnotatedData(ImportPreAnnotatedDataRequest request, AsyncHandler<ImportPreAnnotatedDataRequest,ImportPreAnnotatedDataResponse> handler)
-
Uses of ImportPreAnnotatedDataRequest in com.oracle.bmc.datalabelingservice.requests
Methods in com.oracle.bmc.datalabelingservice.requests that return ImportPreAnnotatedDataRequest Modifier and Type Method Description ImportPreAnnotatedDataRequest
ImportPreAnnotatedDataRequest.Builder. build()
Build the instance of ImportPreAnnotatedDataRequest as configured by this builderImportPreAnnotatedDataRequest
ImportPreAnnotatedDataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ImportPreAnnotatedDataRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservice.requests with parameters of type ImportPreAnnotatedDataRequest Modifier and Type Method Description ImportPreAnnotatedDataRequest.Builder
ImportPreAnnotatedDataRequest.Builder. copy(ImportPreAnnotatedDataRequest o)
Copy method to populate the builder with values from the given instance.
-