#[non_exhaustive]pub struct CreateHyperParameterTuningJobOutput { /* private fields */ }
Implementations§
source§impl CreateHyperParameterTuningJobOutput
impl CreateHyperParameterTuningJobOutput
sourcepub fn hyper_parameter_tuning_job_arn(&self) -> Option<&str>
pub fn hyper_parameter_tuning_job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
source§impl CreateHyperParameterTuningJobOutput
impl CreateHyperParameterTuningJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateHyperParameterTuningJobOutput
.
Trait Implementations§
source§impl Clone for CreateHyperParameterTuningJobOutput
impl Clone for CreateHyperParameterTuningJobOutput
source§fn clone(&self) -> CreateHyperParameterTuningJobOutput
fn clone(&self) -> CreateHyperParameterTuningJobOutput
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<CreateHyperParameterTuningJobOutput> for CreateHyperParameterTuningJobOutput
impl PartialEq<CreateHyperParameterTuningJobOutput> for CreateHyperParameterTuningJobOutput
source§fn eq(&self, other: &CreateHyperParameterTuningJobOutput) -> bool
fn eq(&self, other: &CreateHyperParameterTuningJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.