Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateNotebookInstanceLifecycleConfigResponse
-
Packages that use CreateNotebookInstanceLifecycleConfigResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateNotebookInstanceLifecycleConfigResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateNotebookInstanceLifecycleConfigResponse Modifier and Type Method Description default CreateNotebookInstanceLifecycleConfigResponse
SageMakerClient. createNotebookInstanceLifecycleConfig(Consumer<CreateNotebookInstanceLifecycleConfigRequest.Builder> createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.default CreateNotebookInstanceLifecycleConfigResponse
SageMakerClient. createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateNotebookInstanceLifecycleConfigResponse Modifier and Type Method Description default CompletableFuture<CreateNotebookInstanceLifecycleConfigResponse>
SageMakerAsyncClient. createNotebookInstanceLifecycleConfig(Consumer<CreateNotebookInstanceLifecycleConfigRequest.Builder> createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.default CompletableFuture<CreateNotebookInstanceLifecycleConfigResponse>
SageMakerAsyncClient. createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
-