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.
| 725 726 727 728 729 | # File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 725 class ConverseMetrics < Struct.new( :latency_ms) SENSITIVE = [] include Aws::Structure end |