Uses of Class
com.amazonaws.services.machinelearning.model.UpdateMLModelResult
-
Packages that use UpdateMLModelResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of UpdateMLModelResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return UpdateMLModelResult Modifier and Type Method Description UpdateMLModelResultAbstractAmazonMachineLearning. updateMLModel(UpdateMLModelRequest request)UpdateMLModelResultAmazonMachineLearning. updateMLModel(UpdateMLModelRequest updateMLModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.UpdateMLModelResultAmazonMachineLearningClient. updateMLModel(UpdateMLModelRequest updateMLModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.Method parameters in com.amazonaws.services.machinelearning with type arguments of type UpdateMLModelResult Modifier and Type Method Description Future<UpdateMLModelResult>AbstractAmazonMachineLearningAsync. updateMLModelAsync(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)Future<UpdateMLModelResult>AmazonMachineLearningAsync. updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest, AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)Updates theMLModelNameand theScoreThresholdof anMLModel.Future<UpdateMLModelResult>AmazonMachineLearningAsyncClient. updateMLModelAsync(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler) -
Uses of UpdateMLModelResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return UpdateMLModelResult Modifier and Type Method Description UpdateMLModelResultUpdateMLModelResult. clone()UpdateMLModelResultUpdateMLModelResult. withMLModelId(String mLModelId)The ID assigned to theMLModelduring creation.
-