Class: Aws::Types::AIRecommendationInstanceDetail
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationInstanceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_count_per_instance ⇒ ::Integer
Returns the value of attribute copy_count_per_instance.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.g5.xlarge", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#copy_count_per_instance ⇒ ::Integer
Returns the value of attribute copy_count_per_instance.
187 188 189 |
# File 'sig/types.rbs', line 187 def copy_count_per_instance @copy_count_per_instance end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
186 187 188 |
# File 'sig/types.rbs', line 186 def instance_count @instance_count end |
#instance_type ⇒ "ml.g5.xlarge", ...
Returns the value of attribute instance_type.
185 186 187 |
# File 'sig/types.rbs', line 185 def instance_type @instance_type end |