| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateImageResponse |
SageMakerClient.updateImage(Consumer<UpdateImageRequest.Builder> updateImageRequest)
Updates the properties of a SageMaker image.
|
default UpdateImageResponse |
SageMakerClient.updateImage(UpdateImageRequest updateImageRequest)
Updates the properties of a SageMaker image.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateImageResponse> |
SageMakerAsyncClient.updateImage(Consumer<UpdateImageRequest.Builder> updateImageRequest)
Updates the properties of a SageMaker image.
|
default CompletableFuture<UpdateImageResponse> |
SageMakerAsyncClient.updateImage(UpdateImageRequest updateImageRequest)
Updates the properties of a SageMaker image.
|
Copyright © 2023. All rights reserved.