Uses of Class
software.amazon.awssdk.services.neptunedata.model.CancelMlModelTrainingJobResponse
-
Packages that use CancelMlModelTrainingJobResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of CancelMlModelTrainingJobResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return CancelMlModelTrainingJobResponse Modifier and Type Method Description default CancelMlModelTrainingJobResponseNeptunedataClient. cancelMLModelTrainingJob(Consumer<CancelMlModelTrainingJobRequest.Builder> cancelMlModelTrainingJobRequest)Cancels a Neptune ML model training job.default CancelMlModelTrainingJobResponseNeptunedataClient. cancelMLModelTrainingJob(CancelMlModelTrainingJobRequest cancelMlModelTrainingJobRequest)Cancels a Neptune ML model training job.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type CancelMlModelTrainingJobResponse Modifier and Type Method Description default CompletableFuture<CancelMlModelTrainingJobResponse>NeptunedataAsyncClient. cancelMLModelTrainingJob(Consumer<CancelMlModelTrainingJobRequest.Builder> cancelMlModelTrainingJobRequest)Cancels a Neptune ML model training job.default CompletableFuture<CancelMlModelTrainingJobResponse>NeptunedataAsyncClient. cancelMLModelTrainingJob(CancelMlModelTrainingJobRequest cancelMlModelTrainingJobRequest)Cancels a Neptune ML model training job.
-