Struct aws_sdk_sagemaker::model::ResourceLimits [−][src]
#[non_exhaustive]pub struct ResourceLimits {
pub max_number_of_training_jobs: i32,
pub max_parallel_training_jobs: i32,
}
Expand description
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
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.max_number_of_training_jobs: i32
The maximum number of training jobs that a hyperparameter tuning job can launch.
max_parallel_training_jobs: i32
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Implementations
The maximum number of training jobs that a hyperparameter tuning job can launch.
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Creates a new builder-style object to manufacture ResourceLimits
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 RefUnwindSafe for ResourceLimits
impl Send for ResourceLimits
impl Sync for ResourceLimits
impl Unpin for ResourceLimits
impl UnwindSafe for ResourceLimits
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