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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latency_msInteger

The latency of the call to ‘Converse`, in milliseconds.

Returns:

  • (Integer)


286
287
288
289
290
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 286

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