Class: Aws::BedrockAgent::Types::PerformanceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

The performance-related configuration options for the knowledge base retrieval and generation process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latencyString

The latency optimization setting.

Returns:

  • (String)


8406
8407
8408
8409
8410
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8406

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