Class: Aws::Types::RecommendationJobStoppingConditions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#flat_invocations"Continue", "Stop"

Returns the value of attribute flat_invocations.



10481
10482
10483
# File 'sig/types.rbs', line 10481

def flat_invocations
  @flat_invocations
end

#max_invocations::Integer

Returns the value of attribute max_invocations.



10479
10480
10481
# File 'sig/types.rbs', line 10479

def max_invocations
  @max_invocations
end

#model_latency_thresholds::Array[Types::ModelLatencyThreshold]

Returns the value of attribute model_latency_thresholds.



10480
10481
10482
# File 'sig/types.rbs', line 10480

def model_latency_thresholds
  @model_latency_thresholds
end