Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceResponse
-
Packages that use UpdateNotebookInstanceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateNotebookInstanceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateNotebookInstanceResponse Modifier and Type Method Description default UpdateNotebookInstanceResponseSageMakerClient. updateNotebookInstance(Consumer<UpdateNotebookInstanceRequest.Builder> updateNotebookInstanceRequest)Updates a notebook instance.default UpdateNotebookInstanceResponseSageMakerClient. updateNotebookInstance(UpdateNotebookInstanceRequest updateNotebookInstanceRequest)Updates a notebook instance.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateNotebookInstanceResponse Modifier and Type Method Description default CompletableFuture<UpdateNotebookInstanceResponse>SageMakerAsyncClient. updateNotebookInstance(Consumer<UpdateNotebookInstanceRequest.Builder> updateNotebookInstanceRequest)Updates a notebook instance.default CompletableFuture<UpdateNotebookInstanceResponse>SageMakerAsyncClient. updateNotebookInstance(UpdateNotebookInstanceRequest updateNotebookInstanceRequest)Updates a notebook instance.
-