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.
6674 6675 6676 |
# File 'sig/types.rbs', line 6674 def max_invocations @max_invocations end |
#model_latency ⇒ ::Integer
Returns the value of attribute model_latency.
6675 6676 6677 |
# File 'sig/types.rbs', line 6675 def model_latency @model_latency end |