| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.transform |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
UpdateMLModelResponse |
UpdateMLModelResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.