Struct aws_sdk_lookoutvision::operation::describe_model::builders::DescribeModelOutputBuilder
source · #[non_exhaustive]pub struct DescribeModelOutputBuilder { /* private fields */ }Expand description
A builder for DescribeModelOutput.
Implementations§
source§impl DescribeModelOutputBuilder
impl DescribeModelOutputBuilder
sourcepub fn model_description(self, input: ModelDescription) -> Self
pub fn model_description(self, input: ModelDescription) -> Self
Contains the description of the model.
sourcepub fn set_model_description(self, input: Option<ModelDescription>) -> Self
pub fn set_model_description(self, input: Option<ModelDescription>) -> Self
Contains the description of the model.
sourcepub fn get_model_description(&self) -> &Option<ModelDescription>
pub fn get_model_description(&self) -> &Option<ModelDescription>
Contains the description of the model.
sourcepub fn build(self) -> DescribeModelOutput
pub fn build(self) -> DescribeModelOutput
Consumes the builder and constructs a DescribeModelOutput.
Trait Implementations§
source§impl Clone for DescribeModelOutputBuilder
impl Clone for DescribeModelOutputBuilder
source§fn clone(&self) -> DescribeModelOutputBuilder
fn clone(&self) -> DescribeModelOutputBuilder
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 Debug for DescribeModelOutputBuilder
impl Debug for DescribeModelOutputBuilder
source§impl Default for DescribeModelOutputBuilder
impl Default for DescribeModelOutputBuilder
source§fn default() -> DescribeModelOutputBuilder
fn default() -> DescribeModelOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeModelOutputBuilder
impl PartialEq for DescribeModelOutputBuilder
source§fn eq(&self, other: &DescribeModelOutputBuilder) -> bool
fn eq(&self, other: &DescribeModelOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeModelOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeModelOutputBuilder
impl Send for DescribeModelOutputBuilder
impl Sync for DescribeModelOutputBuilder
impl Unpin for DescribeModelOutputBuilder
impl UnwindSafe for DescribeModelOutputBuilder
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.