| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteEvaluationResponse |
MachineLearningClient.deleteEvaluation(Consumer<DeleteEvaluationRequest.Builder> deleteEvaluationRequest)
Assigns the
DELETED status to an Evaluation, rendering it unusable. |
default DeleteEvaluationResponse |
MachineLearningClient.deleteEvaluation(DeleteEvaluationRequest deleteEvaluationRequest)
Assigns the
DELETED status to an Evaluation, rendering it unusable. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteEvaluationResponse> |
MachineLearningAsyncClient.deleteEvaluation(Consumer<DeleteEvaluationRequest.Builder> deleteEvaluationRequest)
Assigns the
DELETED status to an Evaluation, rendering it unusable. |
default CompletableFuture<DeleteEvaluationResponse> |
MachineLearningAsyncClient.deleteEvaluation(DeleteEvaluationRequest deleteEvaluationRequest)
Assigns the
DELETED status to an Evaluation, rendering it unusable. |
Copyright © 2018. All rights reserved.