#[non_exhaustive]pub struct HyperParameterTuningJobConsumedResources { /* private fields */ }
Expand description
The total resources consumed by your hyperparameter tuning job.
Implementations§
source§impl HyperParameterTuningJobConsumedResources
impl HyperParameterTuningJobConsumedResources
sourcepub fn runtime_in_seconds(&self) -> i32
pub fn runtime_in_seconds(&self) -> i32
The wall clock runtime in seconds used by your hyperparameter tuning job.
source§impl HyperParameterTuningJobConsumedResources
impl HyperParameterTuningJobConsumedResources
sourcepub fn builder() -> HyperParameterTuningJobConsumedResourcesBuilder
pub fn builder() -> HyperParameterTuningJobConsumedResourcesBuilder
Creates a new builder-style object to manufacture HyperParameterTuningJobConsumedResources
.
Trait Implementations§
source§impl Clone for HyperParameterTuningJobConsumedResources
impl Clone for HyperParameterTuningJobConsumedResources
source§fn clone(&self) -> HyperParameterTuningJobConsumedResources
fn clone(&self) -> HyperParameterTuningJobConsumedResources
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<HyperParameterTuningJobConsumedResources> for HyperParameterTuningJobConsumedResources
impl PartialEq<HyperParameterTuningJobConsumedResources> for HyperParameterTuningJobConsumedResources
source§fn eq(&self, other: &HyperParameterTuningJobConsumedResources) -> bool
fn eq(&self, other: &HyperParameterTuningJobConsumedResources) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.