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