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