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.
6454 6455 6456 |
# File 'sig/types.rbs', line 6454 def allocation_strategy @allocation_strategy end |
#instance_configs ⇒ ::Array[Types::HyperParameterTuningInstanceConfig]
Returns the value of attribute instance_configs.
6455 6456 6457 |
# File 'sig/types.rbs', line 6455 def instance_configs @instance_configs end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
6451 6452 6453 |
# File 'sig/types.rbs', line 6451 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
6450 6451 6452 |
# File 'sig/types.rbs', line 6450 def instance_type @instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
6453 6454 6455 |
# File 'sig/types.rbs', line 6453 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
6452 6453 6454 |
# File 'sig/types.rbs', line 6452 def volume_size_in_gb @volume_size_in_gb end |