Struct aws_sdk_sagemaker::input::update_training_job_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateTrainingJobInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn training_job_name(self, input: impl Into<String>) -> Self
pub fn training_job_name(self, input: impl Into<String>) -> Self
The name of a training job to update the Debugger profiling configuration.
sourcepub fn set_training_job_name(self, input: Option<String>) -> Self
pub fn set_training_job_name(self, input: Option<String>) -> Self
The name of a training job to update the Debugger profiling configuration.
sourcepub fn profiler_config(self, input: ProfilerConfigForUpdate) -> Self
pub fn profiler_config(self, input: ProfilerConfigForUpdate) -> Self
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
sourcepub fn set_profiler_config(self, input: Option<ProfilerConfigForUpdate>) -> Self
pub fn set_profiler_config(self, input: Option<ProfilerConfigForUpdate>) -> Self
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
sourcepub fn profiler_rule_configurations(
self,
input: ProfilerRuleConfiguration
) -> Self
pub fn profiler_rule_configurations(
self,
input: ProfilerRuleConfiguration
) -> Self
Appends an item to profiler_rule_configurations
.
To override the contents of this collection use set_profiler_rule_configurations
.
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
sourcepub 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 Amazon SageMaker Debugger rules for profiling system and framework metrics.
sourcepub fn resource_config(self, input: ResourceConfigForUpdate) -> Self
pub fn resource_config(self, input: ResourceConfigForUpdate) -> Self
The training job ResourceConfig
to update warm pool retention length.
sourcepub fn set_resource_config(self, input: Option<ResourceConfigForUpdate>) -> Self
pub fn set_resource_config(self, input: Option<ResourceConfigForUpdate>) -> Self
The training job ResourceConfig
to update warm pool retention length.
sourcepub fn build(self) -> Result<UpdateTrainingJobInput, BuildError>
pub fn build(self) -> Result<UpdateTrainingJobInput, BuildError>
Consumes the builder and constructs a UpdateTrainingJobInput
.