Struct aws_sdk_sagemaker::model::ResourceLimits
source · [−]#[non_exhaustive]pub struct ResourceLimits { /* private fields */ }Expand description
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
Implementations
sourceimpl ResourceLimits
impl ResourceLimits
sourcepub fn max_number_of_training_jobs(&self) -> i32
pub fn max_number_of_training_jobs(&self) -> i32
The maximum number of training jobs that a hyperparameter tuning job can launch.
sourcepub fn max_parallel_training_jobs(&self) -> i32
pub fn max_parallel_training_jobs(&self) -> i32
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
sourceimpl ResourceLimits
impl ResourceLimits
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceLimits.
Trait Implementations
sourceimpl Clone for ResourceLimits
impl Clone for ResourceLimits
sourcefn clone(&self) -> ResourceLimits
fn clone(&self) -> ResourceLimits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ResourceLimits
impl Debug for ResourceLimits
sourceimpl PartialEq<ResourceLimits> for ResourceLimits
impl PartialEq<ResourceLimits> for ResourceLimits
sourcefn eq(&self, other: &ResourceLimits) -> bool
fn eq(&self, other: &ResourceLimits) -> bool
impl StructuralPartialEq for ResourceLimits
Auto Trait Implementations
impl RefUnwindSafe for ResourceLimits
impl Send for ResourceLimits
impl Sync for ResourceLimits
impl Unpin for ResourceLimits
impl UnwindSafe for ResourceLimits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more