Uses of Class
software.amazon.awssdk.services.neptunedata.model.StartMlDataProcessingJobRequest
-
Packages that use StartMlDataProcessingJobRequest Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.transform -
-
Uses of StartMlDataProcessingJobRequest in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata with parameters of type StartMlDataProcessingJobRequest Modifier and Type Method Description 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.default StartMlDataProcessingJobResponseNeptunedataClient. startMLDataProcessingJob(StartMlDataProcessingJobRequest startMlDataProcessingJobRequest)Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. -
Uses of StartMlDataProcessingJobRequest in software.amazon.awssdk.services.neptunedata.transform
Methods in software.amazon.awssdk.services.neptunedata.transform with parameters of type StartMlDataProcessingJobRequest Modifier and Type Method Description SdkHttpFullRequestStartMlDataProcessingJobRequestMarshaller. marshall(StartMlDataProcessingJobRequest startMlDataProcessingJobRequest)
-