| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateEvaluationResponse |
MachineLearningClient.updateEvaluation(Consumer<UpdateEvaluationRequest.Builder> updateEvaluationRequest)
Updates the
EvaluationName of an Evaluation. |
default UpdateEvaluationResponse |
MachineLearningClient.updateEvaluation(UpdateEvaluationRequest updateEvaluationRequest)
Updates the
EvaluationName of an Evaluation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEvaluationResponse> |
MachineLearningAsyncClient.updateEvaluation(Consumer<UpdateEvaluationRequest.Builder> updateEvaluationRequest)
Updates the
EvaluationName of an Evaluation. |
default CompletableFuture<UpdateEvaluationResponse> |
MachineLearningAsyncClient.updateEvaluation(UpdateEvaluationRequest updateEvaluationRequest)
Updates the
EvaluationName of an Evaluation. |
Copyright © 2022. All rights reserved.