Class: Aws::Types::Model
- Inherits:
-
Object
- Object
- Aws::Types::Model
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_inference ⇒ ::Time
Returns the value of attribute latest_inference.
-
#latest_sample_time ⇒ ::Time
Returns the value of attribute latest_sample_time.
-
#model_metrics ⇒ ::Array[Types::EdgeMetric]
Returns the value of attribute model_metrics.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
Instance Attribute Details
#latest_inference ⇒ ::Time
Returns the value of attribute latest_inference.
95 96 97 |
# File 'sig/types.rbs', line 95 def latest_inference @latest_inference end |
#latest_sample_time ⇒ ::Time
Returns the value of attribute latest_sample_time.
94 95 96 |
# File 'sig/types.rbs', line 94 def latest_sample_time @latest_sample_time end |
#model_metrics ⇒ ::Array[Types::EdgeMetric]
Returns the value of attribute model_metrics.
96 97 98 |
# File 'sig/types.rbs', line 96 def model_metrics @model_metrics end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
93 94 95 |
# File 'sig/types.rbs', line 93 def model_version @model_version end |