Uses of Class
com.amazonaws.services.machinelearning.model.UpdateMLModelResult
Packages that use UpdateMLModelResult
Package
Description
-
Uses of UpdateMLModelResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return UpdateMLModelResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.updateMLModel(UpdateMLModelRequest request) AmazonMachineLearning.updateMLModel(UpdateMLModelRequest updateMLModelRequest) Updates theMLModelNameand theScoreThresholdof anMLModel.AmazonMachineLearningClient.updateMLModel(UpdateMLModelRequest updateMLModelRequest) Updates theMLModelNameand theScoreThresholdof anMLModel.Methods in com.amazonaws.services.machinelearning that return types with arguments of type UpdateMLModelResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest request) AbstractAmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest) Updates theMLModelNameand theScoreThresholdof anMLModel.AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) Updates theMLModelNameand theScoreThresholdof anMLModel.AmazonMachineLearningAsyncClient.updateMLModelAsync(UpdateMLModelRequest request) AmazonMachineLearningAsyncClient.updateMLModelAsync(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type UpdateMLModelResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) Updates theMLModelNameand theScoreThresholdof anMLModel.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 UpdateMLModelResultModifier and TypeMethodDescriptionUpdateMLModelResult.clone()UpdateMLModelResult.withMLModelId(String mLModelId) The ID assigned to theMLModelduring creation.