Uses of Class
software.amazon.awssdk.services.neptunedata.model.StartMlModelTrainingJobRequest
-
Packages that use StartMlModelTrainingJobRequest Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.transform -
-
Uses of StartMlModelTrainingJobRequest in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata with parameters of type StartMlModelTrainingJobRequest Modifier and Type Method Description default CompletableFuture<StartMlModelTrainingJobResponse>NeptunedataAsyncClient. startMLModelTrainingJob(StartMlModelTrainingJobRequest startMlModelTrainingJobRequest)Creates a new Neptune ML model training job.default StartMlModelTrainingJobResponseNeptunedataClient. startMLModelTrainingJob(StartMlModelTrainingJobRequest startMlModelTrainingJobRequest)Creates a new Neptune ML model training job. -
Uses of StartMlModelTrainingJobRequest in software.amazon.awssdk.services.neptunedata.transform
Methods in software.amazon.awssdk.services.neptunedata.transform with parameters of type StartMlModelTrainingJobRequest Modifier and Type Method Description SdkHttpFullRequestStartMlModelTrainingJobRequestMarshaller. marshall(StartMlModelTrainingJobRequest startMlModelTrainingJobRequest)
-