Class: Aws::BedrockRuntime::Types::ConverseMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Metrics for a call to Converse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latency_msInteger

The latency of the call to Converse, in milliseconds.

Returns:

  • (Integer)


222
223
224
225
226
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 222

class ConverseMetrics < Struct.new(
  :latency_ms)
  SENSITIVE = []
  include Aws::Structure
end