Struct aws_sdk_machinelearning::input::GetMlModelInput
source · #[non_exhaustive]pub struct GetMlModelInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMlModelInput
.
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 ==
.