Package | Description |
---|---|
com.amazonaws.services.machinelearning | |
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
UpdateMLModelResult |
AmazonMachineLearningClient.updateMLModel(UpdateMLModelRequest updateMLModelRequest)
Updates the
MLModelName and the ScoreThreshold
of an MLModel . |
UpdateMLModelResult |
AmazonMachineLearning.updateMLModel(UpdateMLModelRequest updateMLModelRequest)
Updates the
MLModelName and the ScoreThreshold
of an MLModel . |
UpdateMLModelResult |
AbstractAmazonMachineLearning.updateMLModel(UpdateMLModelRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateMLModelResult> |
AmazonMachineLearningAsyncClient.updateMLModelAsync(UpdateMLModelRequest request,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler) |
Future<UpdateMLModelResult> |
AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)
Updates the
MLModelName and the ScoreThreshold
of an MLModel . |
Future<UpdateMLModelResult> |
AbstractAmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest request,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateMLModelResult |
UpdateMLModelResult.clone() |
UpdateMLModelResult |
UpdateMLModelResult.withMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
Copyright © 2015. All rights reserved.