Class: Aws::Types::InstancePool
- Inherits:
-
Object
- Object
- Aws::Types::InstancePool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#model_name_override ⇒ ::String
Returns the value of attribute model_name_override.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6791 6792 6793 |
# File 'sig/types.rbs', line 6791 def instance_type @instance_type end |
#model_name_override ⇒ ::String
Returns the value of attribute model_name_override.
6792 6793 6794 |
# File 'sig/types.rbs', line 6792 def model_name_override @model_name_override end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
6793 6794 6795 |
# File 'sig/types.rbs', line 6793 def priority @priority end |