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