Class: Aws::BedrockRuntime::Types::ConverseStreamMetrics

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

Overview

Metrics for the stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latency_msInteger

The latency for the streaming request, in milliseconds.

Returns:

  • (Integer)


507
508
509
510
511
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 507

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