Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateClusterSoftwareResponse
-
Packages that use UpdateClusterSoftwareResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateClusterSoftwareResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateClusterSoftwareResponse Modifier and Type Method Description default UpdateClusterSoftwareResponseSageMakerClient. updateClusterSoftware(Consumer<UpdateClusterSoftwareRequest.Builder> updateClusterSoftwareRequest)Updates the platform software of a SageMaker HyperPod cluster for security patching.default UpdateClusterSoftwareResponseSageMakerClient. updateClusterSoftware(UpdateClusterSoftwareRequest updateClusterSoftwareRequest)Updates the platform software of a SageMaker HyperPod cluster for security patching.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateClusterSoftwareResponse Modifier and Type Method Description default CompletableFuture<UpdateClusterSoftwareResponse>SageMakerAsyncClient. updateClusterSoftware(Consumer<UpdateClusterSoftwareRequest.Builder> updateClusterSoftwareRequest)Updates the platform software of a SageMaker HyperPod cluster for security patching.default CompletableFuture<UpdateClusterSoftwareResponse>SageMakerAsyncClient. updateClusterSoftware(UpdateClusterSoftwareRequest updateClusterSoftwareRequest)Updates the platform software of a SageMaker HyperPod cluster for security patching.
-