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