Class: Aws::Types::InferenceMetrics
- Inherits:
-
Object
- Object
- Aws::Types::InferenceMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
-
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
Instance Attribute Details
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def max_invocations @max_invocations end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def model_latency @model_latency end |