Struct aws_sdk_sagemaker::operation::stop_hyper_parameter_tuning_job::builders::StopHyperParameterTuningJobInputBuilder
source · #[non_exhaustive]pub struct StopHyperParameterTuningJobInputBuilder { /* private fields */ }
Expand description
A builder for StopHyperParameterTuningJobInput
.
Implementations§
source§impl StopHyperParameterTuningJobInputBuilder
impl StopHyperParameterTuningJobInputBuilder
sourcepub fn hyper_parameter_tuning_job_name(self, input: impl Into<String>) -> Self
pub fn hyper_parameter_tuning_job_name(self, input: impl Into<String>) -> Self
The name of the tuning job to stop.
sourcepub fn set_hyper_parameter_tuning_job_name(self, input: Option<String>) -> Self
pub fn set_hyper_parameter_tuning_job_name(self, input: Option<String>) -> Self
The name of the tuning job to stop.
sourcepub fn build(self) -> Result<StopHyperParameterTuningJobInput, BuildError>
pub fn build(self) -> Result<StopHyperParameterTuningJobInput, BuildError>
Consumes the builder and constructs a StopHyperParameterTuningJobInput
.
Trait Implementations§
source§impl Clone for StopHyperParameterTuningJobInputBuilder
impl Clone for StopHyperParameterTuningJobInputBuilder
source§fn clone(&self) -> StopHyperParameterTuningJobInputBuilder
fn clone(&self) -> StopHyperParameterTuningJobInputBuilder
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 Default for StopHyperParameterTuningJobInputBuilder
impl Default for StopHyperParameterTuningJobInputBuilder
source§fn default() -> StopHyperParameterTuningJobInputBuilder
fn default() -> StopHyperParameterTuningJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopHyperParameterTuningJobInputBuilder> for StopHyperParameterTuningJobInputBuilder
impl PartialEq<StopHyperParameterTuningJobInputBuilder> for StopHyperParameterTuningJobInputBuilder
source§fn eq(&self, other: &StopHyperParameterTuningJobInputBuilder) -> bool
fn eq(&self, other: &StopHyperParameterTuningJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.