Struct aws_sdk_sagemaker::operation::update_notebook_instance_lifecycle_config::UpdateNotebookInstanceLifecycleConfigInput
source · #[non_exhaustive]pub struct UpdateNotebookInstanceLifecycleConfigInput { /* private fields */ }
Implementations§
source§impl UpdateNotebookInstanceLifecycleConfigInput
impl UpdateNotebookInstanceLifecycleConfigInput
sourcepub fn notebook_instance_lifecycle_config_name(&self) -> Option<&str>
pub fn notebook_instance_lifecycle_config_name(&self) -> Option<&str>
The name of the lifecycle configuration.
sourcepub fn on_create(&self) -> Option<&[NotebookInstanceLifecycleHook]>
pub fn on_create(&self) -> Option<&[NotebookInstanceLifecycleHook]>
The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
sourcepub fn on_start(&self) -> Option<&[NotebookInstanceLifecycleHook]>
pub fn on_start(&self) -> Option<&[NotebookInstanceLifecycleHook]>
The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.
source§impl UpdateNotebookInstanceLifecycleConfigInput
impl UpdateNotebookInstanceLifecycleConfigInput
sourcepub fn builder() -> UpdateNotebookInstanceLifecycleConfigInputBuilder
pub fn builder() -> UpdateNotebookInstanceLifecycleConfigInputBuilder
Creates a new builder-style object to manufacture UpdateNotebookInstanceLifecycleConfigInput
.
source§impl UpdateNotebookInstanceLifecycleConfigInput
impl UpdateNotebookInstanceLifecycleConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNotebookInstanceLifecycleConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateNotebookInstanceLifecycleConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateNotebookInstanceLifecycleConfig
>
Trait Implementations§
source§impl Clone for UpdateNotebookInstanceLifecycleConfigInput
impl Clone for UpdateNotebookInstanceLifecycleConfigInput
source§fn clone(&self) -> UpdateNotebookInstanceLifecycleConfigInput
fn clone(&self) -> UpdateNotebookInstanceLifecycleConfigInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateNotebookInstanceLifecycleConfigInput> for UpdateNotebookInstanceLifecycleConfigInput
impl PartialEq<UpdateNotebookInstanceLifecycleConfigInput> for UpdateNotebookInstanceLifecycleConfigInput
source§fn eq(&self, other: &UpdateNotebookInstanceLifecycleConfigInput) -> bool
fn eq(&self, other: &UpdateNotebookInstanceLifecycleConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.