Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetMlModelTrainingJobResponse
-
Packages that use GetMlModelTrainingJobResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetMlModelTrainingJobResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetMlModelTrainingJobResponse Modifier and Type Method Description default GetMlModelTrainingJobResponseNeptunedataClient. getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)Retrieves information about a Neptune ML model training job.default GetMlModelTrainingJobResponseNeptunedataClient. getMLModelTrainingJob(GetMlModelTrainingJobRequest getMlModelTrainingJobRequest)Retrieves information about a Neptune ML model training job.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetMlModelTrainingJobResponse Modifier and Type Method Description default CompletableFuture<GetMlModelTrainingJobResponse>NeptunedataAsyncClient. getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)Retrieves information about a Neptune ML model training job.default CompletableFuture<GetMlModelTrainingJobResponse>NeptunedataAsyncClient. getMLModelTrainingJob(GetMlModelTrainingJobRequest getMlModelTrainingJobRequest)Retrieves information about a Neptune ML model training job.
-