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