Class: Aws::Types::UpdateTrainingJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrainingJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profiler_config ⇒ Types::ProfilerConfigForUpdate
Returns the value of attribute profiler_config.
-
#profiler_rule_configurations ⇒ ::Array[Types::ProfilerRuleConfiguration]
Returns the value of attribute profiler_rule_configurations.
-
#remote_debug_config ⇒ Types::RemoteDebugConfigForUpdate
Returns the value of attribute remote_debug_config.
-
#resource_config ⇒ Types::ResourceConfigForUpdate
Returns the value of attribute resource_config.
-
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
Instance Attribute Details
#profiler_config ⇒ Types::ProfilerConfigForUpdate
Returns the value of attribute profiler_config.
12533 12534 12535 |
# File 'sig/types.rbs', line 12533 def profiler_config @profiler_config end |
#profiler_rule_configurations ⇒ ::Array[Types::ProfilerRuleConfiguration]
Returns the value of attribute profiler_rule_configurations.
12534 12535 12536 |
# File 'sig/types.rbs', line 12534 def profiler_rule_configurations @profiler_rule_configurations end |
#remote_debug_config ⇒ Types::RemoteDebugConfigForUpdate
Returns the value of attribute remote_debug_config.
12536 12537 12538 |
# File 'sig/types.rbs', line 12536 def remote_debug_config @remote_debug_config end |
#resource_config ⇒ Types::ResourceConfigForUpdate
Returns the value of attribute resource_config.
12535 12536 12537 |
# File 'sig/types.rbs', line 12535 def resource_config @resource_config end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
12532 12533 12534 |
# File 'sig/types.rbs', line 12532 def training_job_name @training_job_name end |