Class: Aws::Types::RecommendationJobStoppingConditions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flat_invocations"Continue", "Stop"

Returns the value of attribute flat_invocations.

Returns:

  • ("Continue", "Stop")


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.

Returns:

  • (::Integer)


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.

Returns:



10401
10402
10403
# File 'sig/types.rbs', line 10401

def model_latency_thresholds
  @model_latency_thresholds
end