#[non_exhaustive]pub struct UpdateMlModelOutput { /* private fields */ }
Expand description
Represents the output of an UpdateMLModel
operation.
You can see the updated content by using the GetMLModel
operation.
Implementations§
source§impl UpdateMlModelOutput
impl UpdateMlModelOutput
sourcepub fn ml_model_id(&self) -> Option<&str>
pub fn ml_model_id(&self) -> Option<&str>
The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
source§impl UpdateMlModelOutput
impl UpdateMlModelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMlModelOutput
.
Trait Implementations§
source§impl Clone for UpdateMlModelOutput
impl Clone for UpdateMlModelOutput
source§fn clone(&self) -> UpdateMlModelOutput
fn clone(&self) -> UpdateMlModelOutput
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 UpdateMlModelOutput
impl Debug for UpdateMlModelOutput
source§impl PartialEq<UpdateMlModelOutput> for UpdateMlModelOutput
impl PartialEq<UpdateMlModelOutput> for UpdateMlModelOutput
source§fn eq(&self, other: &UpdateMlModelOutput) -> bool
fn eq(&self, other: &UpdateMlModelOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.