Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceLifecycleConfigRequest
-
Packages that use UpdateNotebookInstanceLifecycleConfigRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of UpdateNotebookInstanceLifecycleConfigRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type UpdateNotebookInstanceLifecycleConfigRequest Modifier and Type Method Description default CompletableFuture<UpdateNotebookInstanceLifecycleConfigResponse>SageMakerAsyncClient. updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest 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. -
Uses of UpdateNotebookInstanceLifecycleConfigRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type UpdateNotebookInstanceLifecycleConfigRequest Modifier and Type Method Description SdkHttpFullRequestUpdateNotebookInstanceLifecycleConfigRequestMarshaller. marshall(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)
-