#[non_exhaustive]pub struct ParentHyperParameterTuningJob { /* private fields */ }
Expand description
A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Implementations§
source§impl ParentHyperParameterTuningJob
impl ParentHyperParameterTuningJob
sourcepub fn hyper_parameter_tuning_job_name(&self) -> Option<&str>
pub fn hyper_parameter_tuning_job_name(&self) -> Option<&str>
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
source§impl ParentHyperParameterTuningJob
impl ParentHyperParameterTuningJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParentHyperParameterTuningJob
.
Trait Implementations§
source§impl Clone for ParentHyperParameterTuningJob
impl Clone for ParentHyperParameterTuningJob
source§fn clone(&self) -> ParentHyperParameterTuningJob
fn clone(&self) -> ParentHyperParameterTuningJob
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<ParentHyperParameterTuningJob> for ParentHyperParameterTuningJob
impl PartialEq<ParentHyperParameterTuningJob> for ParentHyperParameterTuningJob
source§fn eq(&self, other: &ParentHyperParameterTuningJob) -> bool
fn eq(&self, other: &ParentHyperParameterTuningJob) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.