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