| 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(UpdateMlModelRequest 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 |
|---|---|
Request<UpdateMlModelRequest> |
UpdateMlModelRequestMarshaller.marshall(UpdateMlModelRequest updateMlModelRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<UpdateMlModelRequest> |
UpdateMlModelRequestMarshaller.marshall(UpdateMlModelRequest updateMlModelRequest) |
void |
UpdateMlModelRequestModelMarshaller.marshall(UpdateMlModelRequest updateMlModelRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.