#[non_exhaustive]pub struct GetMlModelInput { /* private fields */ }
Implementations§
source§impl GetMlModelInput
impl GetMlModelInput
sourcepub fn builder() -> GetMlModelInputBuilder
pub fn builder() -> GetMlModelInputBuilder
Creates a new builder-style object to manufacture GetMlModelInput
.
source§impl GetMlModelInput
impl GetMlModelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMLModel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetMLModel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMLModel
>
Trait Implementations§
source§impl Clone for GetMlModelInput
impl Clone for GetMlModelInput
source§fn clone(&self) -> GetMlModelInput
fn clone(&self) -> GetMlModelInput
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 GetMlModelInput
impl Debug for GetMlModelInput
source§impl PartialEq<GetMlModelInput> for GetMlModelInput
impl PartialEq<GetMlModelInput> for GetMlModelInput
source§fn eq(&self, other: &GetMlModelInput) -> bool
fn eq(&self, other: &GetMlModelInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetMlModelInput
Auto Trait Implementations§
impl RefUnwindSafe for GetMlModelInput
impl Send for GetMlModelInput
impl Sync for GetMlModelInput
impl Unpin for GetMlModelInput
impl UnwindSafe for GetMlModelInput
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