| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteHubContentResult> |
AbstractAmazonSageMakerAsync.deleteHubContentAsync(DeleteHubContentRequest request,
AsyncHandler<DeleteHubContentRequest,DeleteHubContentResult> asyncHandler) |
Future<DeleteHubContentResult> |
AmazonSageMakerAsync.deleteHubContentAsync(DeleteHubContentRequest deleteHubContentRequest,
AsyncHandler<DeleteHubContentRequest,DeleteHubContentResult> asyncHandler)
Delete the contents of a hub.
|
Future<DeleteHubContentResult> |
AmazonSageMakerAsyncClient.deleteHubContentAsync(DeleteHubContentRequest request,
AsyncHandler<DeleteHubContentRequest,DeleteHubContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteHubContentRequest |
DeleteHubContentRequest.clone() |
DeleteHubContentRequest |
DeleteHubContentRequest.withHubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
|
DeleteHubContentRequest |
DeleteHubContentRequest.withHubContentType(HubContentType hubContentType)
The type of content that you want to delete from a hub.
|
DeleteHubContentRequest |
DeleteHubContentRequest.withHubContentType(String hubContentType)
The type of content that you want to delete from a hub.
|
DeleteHubContentRequest |
DeleteHubContentRequest.withHubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
|
DeleteHubContentRequest |
DeleteHubContentRequest.withHubName(String hubName)
The name of the hub that you want to delete content in.
|
Copyright © 2023. All rights reserved.