Class: Aws::BedrockRuntime::Types::ConverseMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Metrics for a call to [Converse].
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
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.
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 |