Struct aws_sdk_personalize::model::HpoResourceConfig
source · #[non_exhaustive]pub struct HpoResourceConfig { /* private fields */ }
Expand description
Describes the resource configuration for hyperparameter optimization (HPO).
Implementations§
source§impl HpoResourceConfig
impl HpoResourceConfig
sourcepub fn max_number_of_training_jobs(&self) -> Option<&str>
pub fn max_number_of_training_jobs(&self) -> Option<&str>
The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs
is 40
.
sourcepub fn max_parallel_training_jobs(&self) -> Option<&str>
pub fn max_parallel_training_jobs(&self) -> Option<&str>
The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs
is 10
.
source§impl HpoResourceConfig
impl HpoResourceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HpoResourceConfig
.
Trait Implementations§
source§impl Clone for HpoResourceConfig
impl Clone for HpoResourceConfig
source§fn clone(&self) -> HpoResourceConfig
fn clone(&self) -> HpoResourceConfig
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 Debug for HpoResourceConfig
impl Debug for HpoResourceConfig
source§impl PartialEq<HpoResourceConfig> for HpoResourceConfig
impl PartialEq<HpoResourceConfig> for HpoResourceConfig
source§fn eq(&self, other: &HpoResourceConfig) -> bool
fn eq(&self, other: &HpoResourceConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.