| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsResult |
AbstractAmazonMachineLearning.deleteTags(DeleteTagsRequest request) |
DeleteTagsResult |
AmazonMachineLearningClient.deleteTags(DeleteTagsRequest request)
Deletes the specified tags associated with an ML object.
|
DeleteTagsResult |
AmazonMachineLearning.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags associated with an ML object.
|
Future<DeleteTagsResult> |
AbstractAmazonMachineLearningAsync.deleteTagsAsync(DeleteTagsRequest request) |
Future<DeleteTagsResult> |
AmazonMachineLearningAsyncClient.deleteTagsAsync(DeleteTagsRequest request) |
Future<DeleteTagsResult> |
AmazonMachineLearningAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags associated with an ML object.
|
Future<DeleteTagsResult> |
AbstractAmazonMachineLearningAsync.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Future<DeleteTagsResult> |
AmazonMachineLearningAsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Future<DeleteTagsResult> |
AmazonMachineLearningAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified tags associated with an ML object.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteTagsResult> |
AbstractAmazonMachineLearningAsync.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Future<DeleteTagsResult> |
AmazonMachineLearningAsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Future<DeleteTagsResult> |
AmazonMachineLearningAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified tags associated with an ML object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
DeleteTagsRequest.clone() |
DeleteTagsRequest |
DeleteTagsRequest.withResourceId(String resourceId)
The ID of the tagged ML object.
|
DeleteTagsRequest |
DeleteTagsRequest.withResourceType(String resourceType)
The type of the tagged ML object.
|
DeleteTagsRequest |
DeleteTagsRequest.withResourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
DeleteTagsRequest |
DeleteTagsRequest.withTagKeys(Collection<String> tagKeys)
One or more tags to delete.
|
DeleteTagsRequest |
DeleteTagsRequest.withTagKeys(String... tagKeys)
One or more tags to delete.
|
Copyright © 2023. All rights reserved.