Class: Aws::BedrockRuntime::Types::ConverseStreamMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseStreamMetrics
- 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
-
#latency_ms ⇒ Integer
The latency for the streaming request, in milliseconds.
Instance Attribute Details
#latency_ms ⇒ Integer
The latency for the streaming request, in milliseconds.
524 525 526 527 528 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 524 class ConverseStreamMetrics < Struct.new( :latency_ms) SENSITIVE = [] include Aws::Structure end |