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.
10424 10425 10426 |
# File 'sig/types.rbs', line 10424 def flat_invocations @flat_invocations end |
#max_invocations ⇒ ::Integer
Returns the value of attribute max_invocations.
10422 10423 10424 |
# File 'sig/types.rbs', line 10422 def max_invocations @max_invocations end |
#model_latency_thresholds ⇒ ::Array[Types::ModelLatencyThreshold]
Returns the value of attribute model_latency_thresholds.
10423 10424 10425 |
# File 'sig/types.rbs', line 10423 def model_latency_thresholds @model_latency_thresholds end |