Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateContextResponse
-
Packages that use UpdateContextResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateContextResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateContextResponse Modifier and Type Method Description default UpdateContextResponseSageMakerClient. updateContext(Consumer<UpdateContextRequest.Builder> updateContextRequest)Updates a context.default UpdateContextResponseSageMakerClient. updateContext(UpdateContextRequest updateContextRequest)Updates a context.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateContextResponse Modifier and Type Method Description default CompletableFuture<UpdateContextResponse>SageMakerAsyncClient. updateContext(Consumer<UpdateContextRequest.Builder> updateContextRequest)Updates a context.default CompletableFuture<UpdateContextResponse>SageMakerAsyncClient. updateContext(UpdateContextRequest updateContextRequest)Updates a context.
-