Class: Aws::Types::EndpointPerformance
- Inherits:
-
Object
- Object
- Aws::Types::EndpointPerformance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_info ⇒ Types::EndpointInfo
Returns the value of attribute endpoint_info.
-
#metrics ⇒ Types::InferenceMetrics
Returns the value of attribute metrics.
Instance Attribute Details
#endpoint_info ⇒ Types::EndpointInfo
Returns the value of attribute endpoint_info.
5798 5799 5800 |
# File 'sig/types.rbs', line 5798 def endpoint_info @endpoint_info end |
#metrics ⇒ Types::InferenceMetrics
Returns the value of attribute metrics.
5797 5798 5799 |
# File 'sig/types.rbs', line 5797 def metrics @metrics end |