Class: Aws::Types::HyperParameterTuningInstanceConfig
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningInstanceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
6368 6369 6370 |
# File 'sig/types.rbs', line 6368 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
6367 6368 6369 |
# File 'sig/types.rbs', line 6367 def instance_type @instance_type end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
6369 6370 6371 |
# File 'sig/types.rbs', line 6369 def volume_size_in_gb @volume_size_in_gb end |