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.
5671 5672 5673 |
# File 'sig/types.rbs', line 5671 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
5672 5673 5674 |
# File 'sig/types.rbs', line 5672 def model_version @model_version end |