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