Class: Aws::Types::InferenceResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::InferenceResourceConfig
- 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.r7i.48xlarge", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
852 853 854 |
# File 'sig/types.rbs', line 852 def instance_count @instance_count end |
#instance_type ⇒ "ml.r7i.48xlarge", ...
Returns the value of attribute instance_type.
851 852 853 |
# File 'sig/types.rbs', line 851 def instance_type @instance_type end |