Uses of Class
com.amazonaws.services.machinelearning.model.DeleteMLModelResult
-
Packages that use DeleteMLModelResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of DeleteMLModelResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DeleteMLModelResult Modifier and Type Method Description DeleteMLModelResultAbstractAmazonMachineLearning. deleteMLModel(DeleteMLModelRequest request)DeleteMLModelResultAmazonMachineLearning. deleteMLModel(DeleteMLModelRequest deleteMLModelRequest)Assigns the DELETED status to anMLModel, rendering it unusable.DeleteMLModelResultAmazonMachineLearningClient. deleteMLModel(DeleteMLModelRequest deleteMLModelRequest)Assigns the DELETED status to anMLModel, rendering it unusable.Method parameters in com.amazonaws.services.machinelearning with type arguments of type DeleteMLModelResult Modifier and Type Method Description Future<DeleteMLModelResult>AbstractAmazonMachineLearningAsync. deleteMLModelAsync(DeleteMLModelRequest request, AsyncHandler<DeleteMLModelRequest,DeleteMLModelResult> asyncHandler)Future<DeleteMLModelResult>AmazonMachineLearningAsync. deleteMLModelAsync(DeleteMLModelRequest deleteMLModelRequest, AsyncHandler<DeleteMLModelRequest,DeleteMLModelResult> asyncHandler)Assigns the DELETED status to anMLModel, rendering it unusable.Future<DeleteMLModelResult>AmazonMachineLearningAsyncClient. deleteMLModelAsync(DeleteMLModelRequest request, AsyncHandler<DeleteMLModelRequest,DeleteMLModelResult> asyncHandler) -
Uses of DeleteMLModelResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DeleteMLModelResult Modifier and Type Method Description DeleteMLModelResultDeleteMLModelResult. clone()DeleteMLModelResultDeleteMLModelResult. withMLModelId(String mLModelId)A user-supplied ID that uniquely identifies theMLModel.
-