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.
5802 5803 5804 |
# File 'sig/types.rbs', line 5802 def endpoint_info @endpoint_info end |
#metrics ⇒ Types::InferenceMetrics
Returns the value of attribute metrics.
5801 5802 5803 |
# File 'sig/types.rbs', line 5801 def metrics @metrics end |