#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TrainingJobStatusCounters
Implementations
The number of completed training jobs launched by the hyperparameter tuning job.
The number of completed training jobs launched by the hyperparameter tuning job.
The number of in-progress training jobs launched by a hyperparameter tuning job.
The number of in-progress training jobs launched by a hyperparameter tuning job.
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
Consumes the builder and constructs a TrainingJobStatusCounters
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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