Uses of Class
com.amazonaws.services.machinelearning.model.UpdateMLModelRequest
Packages that use UpdateMLModelRequest
Package
Description
-
Uses of UpdateMLModelRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type UpdateMLModelRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.updateMLModel
(UpdateMLModelRequest request) AmazonMachineLearning.updateMLModel
(UpdateMLModelRequest updateMLModelRequest) Updates theMLModelName
and theScoreThreshold
of anMLModel
.AmazonMachineLearningClient.updateMLModel
(UpdateMLModelRequest updateMLModelRequest) Updates theMLModelName
and theScoreThreshold
of anMLModel
.AbstractAmazonMachineLearningAsync.updateMLModelAsync
(UpdateMLModelRequest request) AbstractAmazonMachineLearningAsync.updateMLModelAsync
(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) AmazonMachineLearningAsync.updateMLModelAsync
(UpdateMLModelRequest updateMLModelRequest) Updates theMLModelName
and theScoreThreshold
of anMLModel
.AmazonMachineLearningAsync.updateMLModelAsync
(UpdateMLModelRequest updateMLModelRequest, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) Updates theMLModelName
and theScoreThreshold
of 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 UpdateMLModelRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.updateMLModelAsync
(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) AmazonMachineLearningAsync.updateMLModelAsync
(UpdateMLModelRequest updateMLModelRequest, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) Updates theMLModelName
and theScoreThreshold
of anMLModel
.AmazonMachineLearningAsyncClient.updateMLModelAsync
(UpdateMLModelRequest request, AsyncHandler<UpdateMLModelRequest, UpdateMLModelResult> asyncHandler) -
Uses of UpdateMLModelRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return UpdateMLModelRequestModifier and TypeMethodDescriptionUpdateMLModelRequest.clone()
UpdateMLModelRequest.withMLModelId
(String mLModelId) The ID assigned to theMLModel
during creation.UpdateMLModelRequest.withMLModelName
(String mLModelName) A user-supplied name or description of theMLModel
.UpdateMLModelRequest.withScoreThreshold
(Float scoreThreshold) TheScoreThreshold
used in binary classificationMLModel
that marks the boundary between a positive prediction and a negative prediction.