Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceLifecycleConfigResponse
-
Packages that use UpdateNotebookInstanceLifecycleConfigResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateNotebookInstanceLifecycleConfigResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateNotebookInstanceLifecycleConfigResponse Modifier and Type Method Description default UpdateNotebookInstanceLifecycleConfigResponseSageMakerClient. updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.default UpdateNotebookInstanceLifecycleConfigResponseSageMakerClient. updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateNotebookInstanceLifecycleConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateNotebookInstanceLifecycleConfigResponse>SageMakerAsyncClient. updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.default CompletableFuture<UpdateNotebookInstanceLifecycleConfigResponse>SageMakerAsyncClient. updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.
-