Class: Aws::Types::HyperParameterTuningResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "Prioritized"
Returns the value of attribute allocation_strategy.
-
#instance_configs ⇒ ::Array[Types::HyperParameterTuningInstanceConfig]
Returns the value of attribute instance_configs.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#allocation_strategy ⇒ "Prioritized"
Returns the value of attribute allocation_strategy.
6410 6411 6412 |
# File 'sig/types.rbs', line 6410 def allocation_strategy @allocation_strategy end |
#instance_configs ⇒ ::Array[Types::HyperParameterTuningInstanceConfig]
Returns the value of attribute instance_configs.
6411 6412 6413 |
# File 'sig/types.rbs', line 6411 def instance_configs @instance_configs end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
6407 6408 6409 |
# File 'sig/types.rbs', line 6407 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
6406 6407 6408 |
# File 'sig/types.rbs', line 6406 def instance_type @instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
6409 6410 6411 |
# File 'sig/types.rbs', line 6409 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
6408 6409 6410 |
# File 'sig/types.rbs', line 6408 def volume_size_in_gb @volume_size_in_gb end |