Struct aws_sdk_sagemaker::operation::list_model_metadata::builders::ListModelMetadataOutputBuilder
source · #[non_exhaustive]pub struct ListModelMetadataOutputBuilder { /* private fields */ }
Expand description
A builder for ListModelMetadataOutput
.
Implementations§
source§impl ListModelMetadataOutputBuilder
impl ListModelMetadataOutputBuilder
sourcepub fn model_metadata_summaries(self, input: ModelMetadataSummary) -> Self
pub fn model_metadata_summaries(self, input: ModelMetadataSummary) -> Self
Appends an item to model_metadata_summaries
.
To override the contents of this collection use set_model_metadata_summaries
.
A structure that holds model metadata.
sourcepub fn set_model_metadata_summaries(
self,
input: Option<Vec<ModelMetadataSummary>>
) -> Self
pub fn set_model_metadata_summaries( self, input: Option<Vec<ModelMetadataSummary>> ) -> Self
A structure that holds model metadata.
sourcepub fn get_model_metadata_summaries(&self) -> &Option<Vec<ModelMetadataSummary>>
pub fn get_model_metadata_summaries(&self) -> &Option<Vec<ModelMetadataSummary>>
A structure that holds model metadata.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token for getting the next set of recommendations, if there are any.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token for getting the next set of recommendations, if there are any.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token for getting the next set of recommendations, if there are any.
sourcepub fn build(self) -> ListModelMetadataOutput
pub fn build(self) -> ListModelMetadataOutput
Consumes the builder and constructs a ListModelMetadataOutput
.
Trait Implementations§
source§impl Clone for ListModelMetadataOutputBuilder
impl Clone for ListModelMetadataOutputBuilder
source§fn clone(&self) -> ListModelMetadataOutputBuilder
fn clone(&self) -> ListModelMetadataOutputBuilder
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 Default for ListModelMetadataOutputBuilder
impl Default for ListModelMetadataOutputBuilder
source§fn default() -> ListModelMetadataOutputBuilder
fn default() -> ListModelMetadataOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListModelMetadataOutputBuilder
impl PartialEq for ListModelMetadataOutputBuilder
source§fn eq(&self, other: &ListModelMetadataOutputBuilder) -> bool
fn eq(&self, other: &ListModelMetadataOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListModelMetadataOutputBuilder
Auto Trait Implementations§
impl Freeze for ListModelMetadataOutputBuilder
impl RefUnwindSafe for ListModelMetadataOutputBuilder
impl Send for ListModelMetadataOutputBuilder
impl Sync for ListModelMetadataOutputBuilder
impl Unpin for ListModelMetadataOutputBuilder
impl UnwindSafe for ListModelMetadataOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.