Class: Aws::Types::UpdateTrainingJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profiler_configTypes::ProfilerConfigForUpdate

Returns the value of attribute profiler_config.



12472
12473
12474
# File 'sig/types.rbs', line 12472

def profiler_config
  @profiler_config
end

#profiler_rule_configurations::Array[Types::ProfilerRuleConfiguration]

Returns the value of attribute profiler_rule_configurations.

Returns:



12473
12474
12475
# File 'sig/types.rbs', line 12473

def profiler_rule_configurations
  @profiler_rule_configurations
end

#remote_debug_configTypes::RemoteDebugConfigForUpdate

Returns the value of attribute remote_debug_config.



12475
12476
12477
# File 'sig/types.rbs', line 12475

def remote_debug_config
  @remote_debug_config
end

#resource_configTypes::ResourceConfigForUpdate

Returns the value of attribute resource_config.



12474
12475
12476
# File 'sig/types.rbs', line 12474

def resource_config
  @resource_config
end

#training_job_name::String

Returns the value of attribute training_job_name.

Returns:

  • (::String)


12471
12472
12473
# File 'sig/types.rbs', line 12471

def training_job_name
  @training_job_name
end