| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default GetEvaluationResponse |
MachineLearningClient.getEvaluation(Consumer<GetEvaluationRequest.Builder> getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the current status of the
Evaluation. |
default GetEvaluationResponse |
MachineLearningClient.getEvaluation(GetEvaluationRequest getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the current status of the
Evaluation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEvaluationResponse> |
MachineLearningAsyncClient.getEvaluation(Consumer<GetEvaluationRequest.Builder> getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the current status of the
Evaluation. |
default CompletableFuture<GetEvaluationResponse> |
MachineLearningAsyncClient.getEvaluation(GetEvaluationRequest getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the current status of the
Evaluation. |
Copyright © 2022. All rights reserved.