Class: Aws::Types::RecommendationJobStoppingConditions
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobStoppingConditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flat_invocations ⇒ "Continue", "Stop"
Returns the value of attribute flat_invocations.
-
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
-
#model_latency_thresholds ⇒ ::Array[Types::ModelLatencyThreshold]
Returns the value of attribute model_latency_thresholds.
Instance Attribute Details
#flat_invocations ⇒ "Continue", "Stop"
Returns the value of attribute flat_invocations.
10402 10403 10404 |
# File 'sig/types.rbs', line 10402 def flat_invocations @flat_invocations end |
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
10400 10401 10402 |
# File 'sig/types.rbs', line 10400 def max_invocations @max_invocations end |
#model_latency_thresholds ⇒ ::Array[Types::ModelLatencyThreshold]
Returns the value of attribute model_latency_thresholds.
10401 10402 10403 |
# File 'sig/types.rbs', line 10401 def model_latency_thresholds @model_latency_thresholds end |