Class: Aws::Types::EdgeModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::EdgeModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
Instance Attribute Details
#model_name ⇒ ::String
Returns the value of attribute model_name.
5667 5668 5669 |
# File 'sig/types.rbs', line 5667 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
5668 5669 5670 |
# File 'sig/types.rbs', line 5668 def model_version @model_version end |