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