Class: Aws::Types::DescribeModelVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelVersionRequest
- 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 ⇒ ::Integer
Returns the value of attribute model_version.
Instance Attribute Details
#model_name ⇒ ::String
Returns the value of attribute model_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def model_name @model_name end |
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
372 373 374 |
# File 'sig/types.rbs', line 372 def model_version @model_version end |