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