Class: Aws::Types::InferenceMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_invocations::Integer

Returns the value of attribute max_invocations.

Returns:

  • (::Integer)


6689
6690
6691
# File 'sig/types.rbs', line 6689

def max_invocations
  @max_invocations
end

#model_latency::Integer

Returns the value of attribute model_latency.

Returns:

  • (::Integer)


6690
6691
6692
# File 'sig/types.rbs', line 6690

def model_latency
  @model_latency
end