Uses of Class
software.amazon.awssdk.services.neptunedata.model.ListMlModelTrainingJobsResponse
-
Packages that use ListMlModelTrainingJobsResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of ListMlModelTrainingJobsResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return ListMlModelTrainingJobsResponse Modifier and Type Method Description default ListMlModelTrainingJobsResponseNeptunedataClient. listMLModelTrainingJobs(Consumer<ListMlModelTrainingJobsRequest.Builder> listMlModelTrainingJobsRequest)Lists Neptune ML model-training jobs.default ListMlModelTrainingJobsResponseNeptunedataClient. listMLModelTrainingJobs(ListMlModelTrainingJobsRequest listMlModelTrainingJobsRequest)Lists Neptune ML model-training jobs.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type ListMlModelTrainingJobsResponse Modifier and Type Method Description default CompletableFuture<ListMlModelTrainingJobsResponse>NeptunedataAsyncClient. listMLModelTrainingJobs(Consumer<ListMlModelTrainingJobsRequest.Builder> listMlModelTrainingJobsRequest)Lists Neptune ML model-training jobs.default CompletableFuture<ListMlModelTrainingJobsResponse>NeptunedataAsyncClient. listMLModelTrainingJobs(ListMlModelTrainingJobsRequest listMlModelTrainingJobsRequest)Lists Neptune ML model-training jobs.
-