pub struct ParentHyperParameterTuningJob {
pub hyper_parameter_tuning_job_name: Option<String>,
}Expand description
A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Fields§
§hyper_parameter_tuning_job_name: Option<String>The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Trait Implementations§
Source§impl Clone for ParentHyperParameterTuningJob
impl Clone for ParentHyperParameterTuningJob
Source§fn clone(&self) -> ParentHyperParameterTuningJob
fn clone(&self) -> ParentHyperParameterTuningJob
Returns a duplicate 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 ParentHyperParameterTuningJob
impl Default for ParentHyperParameterTuningJob
Source§fn default() -> ParentHyperParameterTuningJob
fn default() -> ParentHyperParameterTuningJob
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParentHyperParameterTuningJob
impl<'de> Deserialize<'de> for ParentHyperParameterTuningJob
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ParentHyperParameterTuningJob
impl PartialEq for ParentHyperParameterTuningJob
Source§fn eq(&self, other: &ParentHyperParameterTuningJob) -> bool
fn eq(&self, other: &ParentHyperParameterTuningJob) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParentHyperParameterTuningJob
Auto Trait Implementations§
impl Freeze for ParentHyperParameterTuningJob
impl RefUnwindSafe for ParentHyperParameterTuningJob
impl Send for ParentHyperParameterTuningJob
impl Sync for ParentHyperParameterTuningJob
impl Unpin for ParentHyperParameterTuningJob
impl UnwindSafe for ParentHyperParameterTuningJob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more