Class: Aws::Types::TrainedModelInferenceMaxOutputSize
- Inherits:
-
Object
- Object
- Aws::Types::TrainedModelInferenceMaxOutputSize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ "GB"
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ "GB"
Returns the value of attribute unit.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def value @value end |