#[non_exhaustive]pub struct DeleteMlModelOutput { /* private fields */ }
Expand description
Represents the output of a DeleteMLModel
operation.
You can use the GetMLModel
operation and check the value of the Status
parameter to see whether an MLModel
is marked as DELETED
.
Implementations§
source§impl DeleteMlModelOutput
impl DeleteMlModelOutput
sourcepub fn ml_model_id(&self) -> Option<&str>
pub fn ml_model_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelID
in the request.
source§impl DeleteMlModelOutput
impl DeleteMlModelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMlModelOutput
.
Trait Implementations§
source§impl Clone for DeleteMlModelOutput
impl Clone for DeleteMlModelOutput
source§fn clone(&self) -> DeleteMlModelOutput
fn clone(&self) -> DeleteMlModelOutput
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 DeleteMlModelOutput
impl Debug for DeleteMlModelOutput
source§impl PartialEq<DeleteMlModelOutput> for DeleteMlModelOutput
impl PartialEq<DeleteMlModelOutput> for DeleteMlModelOutput
source§fn eq(&self, other: &DeleteMlModelOutput) -> bool
fn eq(&self, other: &DeleteMlModelOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.