Class: Aws::Types::RealTimeInferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeInferenceConfig
- 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.t2.medium", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
10326 10327 10328 |
# File 'sig/types.rbs', line 10326 def instance_count @instance_count end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
10325 10326 10327 |
# File 'sig/types.rbs', line 10325 def instance_type @instance_type end |