Struct aws_sdk_sagemaker::input::update_training_job_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateTrainingJobInput
Implementations
The name of a training job to update the Debugger profiling configuration.
The name of a training job to update the Debugger profiling configuration.
Configuration information for Debugger system monitoring, framework profiling, and storage paths.
Configuration information for Debugger system monitoring, framework profiling, and storage paths.
Appends an item to profiler_rule_configurations
.
To override the contents of this collection use set_profiler_rule_configurations
.
Configuration information for Debugger rules for profiling system and framework metrics.
pub fn set_profiler_rule_configurations(
self,
input: Option<Vec<ProfilerRuleConfiguration>>
) -> Self
pub fn set_profiler_rule_configurations(
self,
input: Option<Vec<ProfilerRuleConfiguration>>
) -> Self
Configuration information for Debugger rules for profiling system and framework metrics.
Consumes the builder and constructs a UpdateTrainingJobInput
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