Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateImageResponse
-
Packages that use UpdateImageResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateImageResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateImageResponse Modifier and Type Method Description default UpdateImageResponseSageMakerClient. updateImage(Consumer<UpdateImageRequest.Builder> updateImageRequest)Updates the properties of a SageMaker AI image.default UpdateImageResponseSageMakerClient. updateImage(UpdateImageRequest updateImageRequest)Updates the properties of a SageMaker AI image.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateImageResponse Modifier and Type Method Description default CompletableFuture<UpdateImageResponse>SageMakerAsyncClient. updateImage(Consumer<UpdateImageRequest.Builder> updateImageRequest)Updates the properties of a SageMaker AI image.default CompletableFuture<UpdateImageResponse>SageMakerAsyncClient. updateImage(UpdateImageRequest updateImageRequest)Updates the properties of a SageMaker AI image.
-