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.
6324 6325 6326 |
# File 'sig/types.rbs', line 6324 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
6323 6324 6325 |
# File 'sig/types.rbs', line 6323 def instance_type @instance_type end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
6325 6326 6327 |
# File 'sig/types.rbs', line 6325 def volume_size_in_gb @volume_size_in_gb end |