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