#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListNotebookInstancesOutput
Implementations
If the response to the previous ListNotebookInstances
request was truncated, Amazon SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.
If the response to the previous ListNotebookInstances
request was truncated, Amazon SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.
Appends an item to notebook_instances
.
To override the contents of this collection use set_notebook_instances
.
An array of NotebookInstanceSummary
objects, one for each notebook instance.
An array of NotebookInstanceSummary
objects, one for each notebook instance.
Consumes the builder and constructs a ListNotebookInstancesOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more