| 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 DeleteMlModelResponse |
MachineLearningClient.deleteMLModel(DeleteMlModelRequest 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. |
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteMlModelRequest> |
DeleteMlModelRequestMarshaller.marshall(DeleteMlModelRequest deleteMlModelRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteMlModelRequest> |
DeleteMlModelRequestMarshaller.marshall(DeleteMlModelRequest deleteMlModelRequest) |
void |
DeleteMlModelRequestModelMarshaller.marshall(DeleteMlModelRequest deleteMlModelRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.