| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
DeleteEvaluationResponse |
DeleteEvaluationResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.