Struct aws_sdk_sagemaker::operation::update_training_job::builders::UpdateTrainingJobInputBuilder
source · #[non_exhaustive]pub struct UpdateTrainingJobInputBuilder { /* private fields */ }
Expand description
A builder for UpdateTrainingJobInput
.
Implementations§
source§impl UpdateTrainingJobInputBuilder
impl UpdateTrainingJobInputBuilder
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
.
Trait Implementations§
source§impl Clone for UpdateTrainingJobInputBuilder
impl Clone for UpdateTrainingJobInputBuilder
source§fn clone(&self) -> UpdateTrainingJobInputBuilder
fn clone(&self) -> UpdateTrainingJobInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateTrainingJobInputBuilder
impl Default for UpdateTrainingJobInputBuilder
source§fn default() -> UpdateTrainingJobInputBuilder
fn default() -> UpdateTrainingJobInputBuilder
source§impl PartialEq<UpdateTrainingJobInputBuilder> for UpdateTrainingJobInputBuilder
impl PartialEq<UpdateTrainingJobInputBuilder> for UpdateTrainingJobInputBuilder
source§fn eq(&self, other: &UpdateTrainingJobInputBuilder) -> bool
fn eq(&self, other: &UpdateTrainingJobInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.