| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteTagsResponse |
MachineLearningClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified tags associated with an ML object.
|
default DeleteTagsResponse |
MachineLearningClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags associated with an ML object.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteTagsResponse> |
MachineLearningAsyncClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified tags associated with an ML object.
|
default CompletableFuture<DeleteTagsResponse> |
MachineLearningAsyncClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags associated with an ML object.
|
Copyright © 2019. All rights reserved.