Uses of Class
software.amazon.awssdk.services.sagemaker.model.NotebookInstanceLifecycleHook
-
Packages that use NotebookInstanceLifecycleHook Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NotebookInstanceLifecycleHook in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type NotebookInstanceLifecycleHook Modifier and Type Method Description List<NotebookInstanceLifecycleHook>CreateNotebookInstanceLifecycleConfigRequest. onCreate()A shell script that runs only once, when you create a notebook instance.List<NotebookInstanceLifecycleHook>DescribeNotebookInstanceLifecycleConfigResponse. onCreate()The shell script that runs only once, when you create a notebook instance.List<NotebookInstanceLifecycleHook>UpdateNotebookInstanceLifecycleConfigRequest. onCreate()The shell script that runs only once, when you create a notebook instance.List<NotebookInstanceLifecycleHook>CreateNotebookInstanceLifecycleConfigRequest. onStart()A shell script that runs every time you start a notebook instance, including when you create the notebook instance.List<NotebookInstanceLifecycleHook>DescribeNotebookInstanceLifecycleConfigResponse. onStart()The shell script that runs every time you start a notebook instance, including when you create the notebook instance.List<NotebookInstanceLifecycleHook>UpdateNotebookInstanceLifecycleConfigRequest. onStart()The shell script that runs every time you start a notebook instance, including when you create the notebook instance.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NotebookInstanceLifecycleHook Modifier and Type Method Description CreateNotebookInstanceLifecycleConfigRequest.BuilderCreateNotebookInstanceLifecycleConfigRequest.Builder. onCreate(NotebookInstanceLifecycleHook... onCreate)A shell script that runs only once, when you create a notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.BuilderDescribeNotebookInstanceLifecycleConfigResponse.Builder. onCreate(NotebookInstanceLifecycleHook... onCreate)The shell script that runs only once, when you create a notebook instance.UpdateNotebookInstanceLifecycleConfigRequest.BuilderUpdateNotebookInstanceLifecycleConfigRequest.Builder. onCreate(NotebookInstanceLifecycleHook... onCreate)The shell script that runs only once, when you create a notebook instance.CreateNotebookInstanceLifecycleConfigRequest.BuilderCreateNotebookInstanceLifecycleConfigRequest.Builder. onStart(NotebookInstanceLifecycleHook... onStart)A shell script that runs every time you start a notebook instance, including when you create the notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.BuilderDescribeNotebookInstanceLifecycleConfigResponse.Builder. onStart(NotebookInstanceLifecycleHook... onStart)The shell script that runs every time you start a notebook instance, including when you create the notebook instance.UpdateNotebookInstanceLifecycleConfigRequest.BuilderUpdateNotebookInstanceLifecycleConfigRequest.Builder. onStart(NotebookInstanceLifecycleHook... onStart)The shell script that runs every time you start a notebook instance, including when you create the notebook instance.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NotebookInstanceLifecycleHook Modifier and Type Method Description CreateNotebookInstanceLifecycleConfigRequest.BuilderCreateNotebookInstanceLifecycleConfigRequest.Builder. onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)A shell script that runs only once, when you create a notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.BuilderDescribeNotebookInstanceLifecycleConfigResponse.Builder. onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)The shell script that runs only once, when you create a notebook instance.UpdateNotebookInstanceLifecycleConfigRequest.BuilderUpdateNotebookInstanceLifecycleConfigRequest.Builder. onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)The shell script that runs only once, when you create a notebook instance.CreateNotebookInstanceLifecycleConfigRequest.BuilderCreateNotebookInstanceLifecycleConfigRequest.Builder. onStart(Collection<NotebookInstanceLifecycleHook> onStart)A shell script that runs every time you start a notebook instance, including when you create the notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.BuilderDescribeNotebookInstanceLifecycleConfigResponse.Builder. onStart(Collection<NotebookInstanceLifecycleHook> onStart)The shell script that runs every time you start a notebook instance, including when you create the notebook instance.UpdateNotebookInstanceLifecycleConfigRequest.BuilderUpdateNotebookInstanceLifecycleConfigRequest.Builder. onStart(Collection<NotebookInstanceLifecycleHook> onStart)The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
-