Struct aws_sdk_sagemaker::model::ParentHyperParameterTuningJob [−][src]
#[non_exhaustive]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 (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.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.
Implementations
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Creates a new builder-style object to manufacture ParentHyperParameterTuningJob
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ParentHyperParameterTuningJob
impl Sync for ParentHyperParameterTuningJob
impl Unpin for ParentHyperParameterTuningJob
impl UnwindSafe for ParentHyperParameterTuningJob
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more