| 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<UpdateClusterSoftwareResult> |
AmazonSageMakerAsyncClient.updateClusterSoftwareAsync(UpdateClusterSoftwareRequest request,
AsyncHandler<UpdateClusterSoftwareRequest,UpdateClusterSoftwareResult> asyncHandler) |
Future<UpdateClusterSoftwareResult> |
AbstractAmazonSageMakerAsync.updateClusterSoftwareAsync(UpdateClusterSoftwareRequest request,
AsyncHandler<UpdateClusterSoftwareRequest,UpdateClusterSoftwareResult> asyncHandler) |
Future<UpdateClusterSoftwareResult> |
AmazonSageMakerAsync.updateClusterSoftwareAsync(UpdateClusterSoftwareRequest updateClusterSoftwareRequest,
AsyncHandler<UpdateClusterSoftwareRequest,UpdateClusterSoftwareResult> asyncHandler)
Updates the platform software of a SageMaker HyperPod cluster for security patching.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterSoftwareRequest |
UpdateClusterSoftwareRequest.clone() |
UpdateClusterSoftwareRequest |
UpdateClusterSoftwareRequest.withClusterName(String clusterName)
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for
security patching.
|
Copyright © 2024. All rights reserved.