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.
6689 6690 6691 |
# File 'sig/types.rbs', line 6689 def max_invocations @max_invocations end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def model_latency @model_latency end |