Uses of Class
software.amazon.awssdk.services.neptunedata.model.StartMlDataProcessingJobResponse
-
Packages that use StartMlDataProcessingJobResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of StartMlDataProcessingJobResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return StartMlDataProcessingJobResponse Modifier and Type Method Description default StartMlDataProcessingJobResponseNeptunedataClient. startMLDataProcessingJob(Consumer<StartMlDataProcessingJobRequest.Builder> startMlDataProcessingJobRequest)Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.default StartMlDataProcessingJobResponseNeptunedataClient. startMLDataProcessingJob(StartMlDataProcessingJobRequest startMlDataProcessingJobRequest)Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type StartMlDataProcessingJobResponse Modifier and Type Method Description default CompletableFuture<StartMlDataProcessingJobResponse>NeptunedataAsyncClient. startMLDataProcessingJob(Consumer<StartMlDataProcessingJobRequest.Builder> startMlDataProcessingJobRequest)Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.default CompletableFuture<StartMlDataProcessingJobResponse>NeptunedataAsyncClient. startMLDataProcessingJob(StartMlDataProcessingJobRequest startMlDataProcessingJobRequest)Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.
-