| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateMlModelResponse |
MachineLearningClient.updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
default UpdateMlModelResponse |
MachineLearningClient.updateMLModel(UpdateMlModelRequest updateMlModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateMlModelResponse> |
MachineLearningAsyncClient.updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
default CompletableFuture<UpdateMlModelResponse> |
MachineLearningAsyncClient.updateMLModel(UpdateMlModelRequest updateMlModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
Copyright © 2018. All rights reserved.