#[non_exhaustive]pub struct NotebookInstanceLifecycleHook { /* private fields */ }
Expand description
Contains the notebook instance lifecycle configuration script.
Each lifecycle configuration script has a limit of 16384 characters.
The value of the $PATH
environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin
.
View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances
in log stream [notebook-instance-name]/[LifecycleConfigHook]
.
Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Implementations
sourceimpl NotebookInstanceLifecycleHook
impl NotebookInstanceLifecycleHook
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotebookInstanceLifecycleHook
.
Trait Implementations
sourceimpl Clone for NotebookInstanceLifecycleHook
impl Clone for NotebookInstanceLifecycleHook
sourcefn clone(&self) -> NotebookInstanceLifecycleHook
fn clone(&self) -> NotebookInstanceLifecycleHook
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NotebookInstanceLifecycleHook
impl Debug for NotebookInstanceLifecycleHook
sourceimpl PartialEq<NotebookInstanceLifecycleHook> for NotebookInstanceLifecycleHook
impl PartialEq<NotebookInstanceLifecycleHook> for NotebookInstanceLifecycleHook
sourcefn eq(&self, other: &NotebookInstanceLifecycleHook) -> bool
fn eq(&self, other: &NotebookInstanceLifecycleHook) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for NotebookInstanceLifecycleHook
Auto Trait Implementations
impl RefUnwindSafe for NotebookInstanceLifecycleHook
impl Send for NotebookInstanceLifecycleHook
impl Sync for NotebookInstanceLifecycleHook
impl Unpin for NotebookInstanceLifecycleHook
impl UnwindSafe for NotebookInstanceLifecycleHook
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more