| 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<UpdateHubResult> |
AmazonSageMakerAsyncClient.updateHubAsync(UpdateHubRequest request,
AsyncHandler<UpdateHubRequest,UpdateHubResult> asyncHandler) |
Future<UpdateHubResult> |
AbstractAmazonSageMakerAsync.updateHubAsync(UpdateHubRequest request,
AsyncHandler<UpdateHubRequest,UpdateHubResult> asyncHandler) |
Future<UpdateHubResult> |
AmazonSageMakerAsync.updateHubAsync(UpdateHubRequest updateHubRequest,
AsyncHandler<UpdateHubRequest,UpdateHubResult> asyncHandler)
Update a hub.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateHubRequest |
UpdateHubRequest.clone() |
UpdateHubRequest |
UpdateHubRequest.withHubDescription(String hubDescription)
A description of the updated hub.
|
UpdateHubRequest |
UpdateHubRequest.withHubDisplayName(String hubDisplayName)
The display name of the hub.
|
UpdateHubRequest |
UpdateHubRequest.withHubName(String hubName)
The name of the hub to update.
|
UpdateHubRequest |
UpdateHubRequest.withHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
UpdateHubRequest |
UpdateHubRequest.withHubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
Copyright © 2025. All rights reserved.