Class: Aws::BedrockRuntime::Types::ConverseMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseMetrics
- 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
-
#latency_ms ⇒ Integer
The latency of the call to
Converse
, in milliseconds.
Instance Attribute Details
#latency_ms ⇒ Integer
The latency of the call to Converse
, in milliseconds.
429 430 431 432 433 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 429 class ConverseMetrics < Struct.new( :latency_ms) SENSITIVE = [] include Aws::Structure end |